Added all callbacks to World.

This commit is contained in:
rude
2009-08-15 14:29:47 +02:00
parent 579f9c75db
commit d4a97d49f3
6 changed files with 174 additions and 97 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ namespace box2d
{
World * luax_checkworld(lua_State * L, int idx);
int w_World_update(lua_State * L);
int w_World_setCallback(lua_State * L);
int w_World_getCallback(lua_State * L);
int w_World_setCallbacks(lua_State * L);
int w_World_getCallbacks(lua_State * L);
int w_World_setGravity(lua_State * L);
int w_World_getGravity(lua_State * L);
int w_World_setAllowSleep(lua_State * L);