From 1480c9445100075c9e1a894eb07c0ef727b509a1 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 27 Aug 2018 07:55:00 +0800 Subject: *update --- src/lua/modules/physics/physics.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/lua/modules/physics/physics.cpp (limited to 'src/lua/modules/physics') 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 -- cgit v1.1-26-g67d0