mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
updating the Joints
--HG-- branch : box2d-update
This commit is contained in:
@@ -38,7 +38,6 @@ namespace box2d
|
||||
int w_PrismaticJoint_setMotorEnabled(lua_State * L);
|
||||
int w_PrismaticJoint_isMotorEnabled(lua_State * L);
|
||||
int w_PrismaticJoint_setMaxMotorForce(lua_State * L);
|
||||
int w_PrismaticJoint_getMaxMotorForce(lua_State * L);
|
||||
int w_PrismaticJoint_setMotorSpeed(lua_State * L);
|
||||
int w_PrismaticJoint_getMotorSpeed(lua_State * L);
|
||||
int w_PrismaticJoint_getMotorForce(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user