Add ChainShape

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-15 17:17:28 -04:00
parent e69cafe868
commit a565668183
9 changed files with 429 additions and 1 deletions
+2
View File
@@ -31,6 +31,7 @@
#include "wrap_CircleShape.h"
#include "wrap_PolygonShape.h"
#include "wrap_EdgeShape.h"
#include "wrap_ChainShape.h"
#include "wrap_Joint.h"
#include "wrap_MouseJoint.h"
#include "wrap_DistanceJoint.h"
@@ -55,6 +56,7 @@ namespace box2d
int w_newRectangleShape(lua_State * L);
int w_newPolygonShape(lua_State * L);
int w_newEdgeShape(lua_State * L);
int w_newChainShape(lua_State * L);
int w_newDistanceJoint(lua_State * L);
int w_newMouseJoint(lua_State * L);
int w_newRevoluteJoint(lua_State * L);