Added Body:setUserData and Body:getUserData (resolves issue #853_

This commit is contained in:
Alex Szpakowski
2014-02-26 20:47:05 -04:00
parent 94aa39116e
commit fe5e7c17e7
7 changed files with 91 additions and 9 deletions
+2
View File
@@ -85,6 +85,8 @@ int w_Body_setFixedRotation(lua_State *L);
int w_Body_isFixedRotation(lua_State *L);
int w_Body_getFixtureList(lua_State *L);
int w_Body_destroy(lua_State *L);
int w_Body_setUserData(lua_State *L);
int w_Body_getUserData(lua_State *L);
extern "C" int luaopen_body(lua_State *L);
} // box2d