Readded get/setCategory and get/setMask

This commit is contained in:
bart@bart
2009-09-05 14:37:44 +02:00
parent 41a7c11f9f
commit 0b38be2b4c
6 changed files with 112 additions and 0 deletions
+4
View File
@@ -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);