exposed new Shape functions

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-15 15:31:09 -04:00
parent e5fa4c87c6
commit d8f3db6682
7 changed files with 165 additions and 3 deletions
+8
View File
@@ -33,6 +33,14 @@ namespace box2d
{
Shape * luax_checkshape(lua_State * L, int idx);
int w_Shape_getType(lua_State * L);
int w_Shape_getRadius(lua_State * L);
int w_Shape_getChildCount(lua_State * L);
int w_Shape_testPoint(lua_State * L);
int w_Shape_rayCast(lua_State * L);
int w_Shape_computeAABB(lua_State * L);
int w_Shape_computeMass(lua_State * L);
int w_Shape_destroy(lua_State * L);
int luaopen_shape(lua_State * L);