aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/physics/physics.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-08-27 07:55:00 +0800
committerchai <chaifix@163.com>2018-08-27 07:55:00 +0800
commit1480c9445100075c9e1a894eb07c0ef727b509a1 (patch)
tree1e694f40b9720a4ecaf6c67310629906f08d5a41 /src/lua/modules/physics/physics.cpp
parent4013357b9dd88c614906263cd5b0657b535bd9cb (diff)
*update
Diffstat (limited to 'src/lua/modules/physics/physics.cpp')
-rw-r--r--src/lua/modules/physics/physics.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lua/modules/physics/physics.cpp b/src/lua/modules/physics/physics.cpp
new file mode 100644
index 0000000..a5b9162
--- /dev/null
+++ b/src/lua/modules/physics/physics.cpp
@@ -0,0 +1,16 @@
+#include "../luax.h"
+#include "libjin/Physics/Physics.h"
+
+namespace jin
+{
+namespace lua
+{
+
+ using namespace jin::physics;
+
+ int luaopen_physics(lua_State* L)
+ {
+ }
+
+} // physics
+} // jin \ No newline at end of file