소스 검색

Actually load Fixture Lua functions

--HG--
branch : box2d-update
Bill Meltsner 14 년 전
부모
커밋
2c761fc701
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/modules/physics/box2d/wrap_Physics.cpp
  2. 1 0
      src/modules/physics/box2d/wrap_Physics.h

+ 1 - 0
src/modules/physics/box2d/wrap_Physics.cpp

@@ -300,6 +300,7 @@ namespace box2d
 		luaopen_world,
 		luaopen_contact,
 		luaopen_body,
+		luaopen_fixture,
 		luaopen_shape,
 		luaopen_circleshape,
 		luaopen_polygonshape,

+ 1 - 0
src/modules/physics/box2d/wrap_Physics.h

@@ -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"