aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/phys/bphysbox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/lua_api/phys/bphysbox.hpp')
-rw-r--r--src/client/lua_api/phys/bphysbox.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/client/lua_api/phys/bphysbox.hpp b/src/client/lua_api/phys/bphysbox.hpp
deleted file mode 100644
index 43285f2..0000000
--- a/src/client/lua_api/phys/bphysbox.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-
-#include <stdio.h>
-#include <stdlib.h>
-extern "C" {
- #include <lua.h>
- #include <lauxlib.h>
- #include <lualib.h>
-}
-#include <irrlicht.h>
-
-int bphysbox_register(lua_State* L, irr::IrrlichtDevice* d);
-static int bphyssetpos(lua_State *L);
-static int bphysgetpos(lua_State *L);