mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC.
This commit is contained in:
@@ -73,6 +73,8 @@ namespace box2d
|
||||
int w_Body_setAllowSleeping(lua_State * L);
|
||||
int w_Body_putToSleep(lua_State * L);
|
||||
int w_Body_wakeUp(lua_State * L);
|
||||
int w_Body_setFixedRotation(lua_State * L);
|
||||
int w_Body_getFixedRotation(lua_State * L);
|
||||
int w_Body_destroy(lua_State * L);
|
||||
int luaopen_body(lua_State * L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user