aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/physics/physics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/modules/physics/physics.cpp')
-rw-r--r--src/lua/modules/physics/physics.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lua/modules/physics/physics.cpp b/src/lua/modules/physics/physics.cpp
deleted file mode 100644
index a5b9162..0000000
--- a/src/lua/modules/physics/physics.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#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