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
-2
View File
@@ -82,8 +82,6 @@ namespace box2d
int w_Body_setAwake(lua_State * L);
int w_Body_setFixedRotation(lua_State * L);
int w_Body_isFixedRotation(lua_State * L);
int w_Body_createFixture(lua_State * L);
int w_Body_destroyFixture(lua_State * L);
int w_Body_destroy(lua_State * L);
int luaopen_body(lua_State * L);