Actually load Fixture Lua functions

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 00:47:54 -04:00
parent a446ddacc4
commit 2c761fc701
2 changed files with 2 additions and 0 deletions
@@ -300,6 +300,7 @@ namespace box2d
luaopen_world,
luaopen_contact,
luaopen_body,
luaopen_fixture,
luaopen_shape,
luaopen_circleshape,
luaopen_polygonshape,
+1
View File
@@ -27,6 +27,7 @@
#include "wrap_World.h"
#include "wrap_Contact.h"
#include "wrap_Body.h"
#include "wrap_Fixture.h"
#include "wrap_Shape.h"
#include "wrap_CircleShape.h"
#include "wrap_PolygonShape.h"