diff --git a/src/raylib.lua b/src/raylib.lua index b8b09d2..0c387e7 100644 --- a/src/raylib.lua +++ b/src/raylib.lua @@ -601,7 +601,7 @@ ffi.cdef [[ PHYSICS_CIRCLE, PHYSICS_POLYGON } PhysicsShapeType; - + typedef struct Matrix2x2 { float m00; float m01; @@ -622,7 +622,7 @@ ffi.cdef [[ Matrix2x2 transform; PolygonData vertexData; } PhysicsShape; - + typedef struct PhysicsBodyData { unsigned int id; bool enabled; diff --git a/src/raylua_builder.lua b/src/raylua_builder.lua index 909a933..2f81a55 100644 --- a/src/raylua_builder.lua +++ b/src/raylua_builder.lua @@ -15,7 +15,7 @@ ]] --[[ - Uses miniz licence : + Uses miniz : Copyright 2013-2014 RAD Game Tools and Valve Software Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC