Make Fixture creation API more lovely

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 09:27:39 -04:00
parent a0c0fd8387
commit b36ff409aa
8 changed files with 64 additions and 75 deletions
+1
View File
@@ -53,6 +53,7 @@ namespace box2d
{
int w_newWorld(lua_State * L);
int w_newBody(lua_State * L);
int w_newFixture(lua_State * L);
int w_newCircleShape(lua_State * L);
int w_newRectangleShape(lua_State * L);
int w_newPolygonShape(lua_State * L);