mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Readded get/setCategory and get/setMask
This commit is contained in:
@@ -46,6 +46,10 @@ namespace box2d
|
||||
int w_Shape_testSegment(lua_State * L);
|
||||
int w_Shape_setFilterData(lua_State * L);
|
||||
int w_Shape_getFilterData(lua_State * L);
|
||||
int w_Shape_setCategory(lua_State * L);
|
||||
int w_Shape_getCategory(lua_State * L);
|
||||
int w_Shape_setMask(lua_State * L);
|
||||
int w_Shape_getMask(lua_State * L);
|
||||
int w_Shape_setData(lua_State * L);
|
||||
int w_Shape_getData(lua_State * L);
|
||||
int w_Shape_getBoundingBox(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user