mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Switched get/setMeter from being a World method to a love.physics function
--HG-- branch : box2d-update
This commit is contained in:
@@ -65,6 +65,8 @@ namespace box2d
|
||||
int w_newWeldJoint(lua_State * L);
|
||||
int w_newWheelJoint(lua_State * L);
|
||||
int w_newRopeJoint(lua_State * L);
|
||||
int w_setMeter(lua_State * L);
|
||||
int w_getMeter(lua_State * L);
|
||||
extern "C" LOVE_EXPORT int luaopen_love_physics(lua_State * L);
|
||||
|
||||
} // box2d
|
||||
|
||||
Reference in New Issue
Block a user