Added RopeJoint

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-15 12:40:16 -04:00
parent 7ec64bf912
commit 99660f39ab
9 changed files with 271 additions and 0 deletions
+2
View File
@@ -41,6 +41,7 @@
#include "wrap_FrictionJoint.h"
#include "wrap_WeldJoint.h"
#include "wrap_WheelJoint.h"
#include "wrap_RopeJoint.h"
namespace love
{
@@ -63,6 +64,7 @@ namespace box2d
int w_newFrictionJoint(lua_State * L);
int w_newWeldJoint(lua_State * L);
int w_newWheelJoint(lua_State * L);
int w_newRopeJoint(lua_State * L);
extern "C" LOVE_EXPORT int luaopen_love_physics(lua_State * L);
} // box2d