making a stab at updating Shapes

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-03-13 09:33:32 -04:00
parent e32a373dc9
commit c3d69746c1
16 changed files with 300 additions and 746 deletions
+1 -2
View File
@@ -34,8 +34,7 @@ namespace box2d
{
CircleShape * luax_checkcircleshape(lua_State * L, int idx);
int w_CircleShape_getRadius(lua_State * L);
int w_CircleShape_getLocalCenter(lua_State * L);
int w_CircleShape_getWorldCenter(lua_State * L);
int w_CircleShape_setRadius(lua_State * L);
int luaopen_circleshape(lua_State * L);
} // box2d