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