aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/phys/butil.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/lua_api/phys/butil.hpp')
-rw-r--r--src/client/lua_api/phys/butil.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/client/lua_api/phys/butil.hpp b/src/client/lua_api/phys/butil.hpp
deleted file mode 100644
index c288b97..0000000
--- a/src/client/lua_api/phys/butil.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-extern "C" {
- #include <lua.h>
- #include <lauxlib.h>
- #include <lualib.h>
-}
-
-#include <btBulletDynamicsCommon.h>
-
-btVector3 lua_popbtvector(lua_State* L,int pos);