mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
exposed new Shape functions
--HG-- branch : box2d-update
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user