ASSERT_GUARD raycasts

This commit is contained in:
Bart van Strien
2011-12-29 13:37:42 +01:00
parent f72e61be06
commit 5ad9821290
7 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ namespace box2d
int w_newCircleShape(lua_State * L);
int w_newRectangleShape(lua_State * L);
int w_newPolygonShape(lua_State * L);
int w_newEdgeShape(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);