mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
added get/setGroupIndex to CircleShape and PolygonShape
This commit is contained in:
@@ -53,8 +53,8 @@ namespace box2d
|
||||
int w_Shape_setData(lua_State * L);
|
||||
int w_Shape_getData(lua_State * L);
|
||||
int w_Shape_getBoundingBox(lua_State * L);
|
||||
int w_Shape_getGroupIndex();
|
||||
int w_Shape_setGroupIndex();
|
||||
int w_Shape_getGroupIndex(lua_State * L);
|
||||
int w_Shape_setGroupIndex(lua_State * L);
|
||||
int w_Shape_destroy(lua_State * L);
|
||||
int luaopen_shape(lua_State * L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user