diff options
Diffstat (limited to 'src/lua/modules/physics/physics.cpp')
-rw-r--r-- | src/lua/modules/physics/physics.cpp | 16 |
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 |