aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/bghostobject.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/lua_api/phys/bghostobject.hpp')
-rw-r--r--src/shared/lua_api/phys/bghostobject.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/shared/lua_api/phys/bghostobject.hpp b/src/shared/lua_api/phys/bghostobject.hpp
new file mode 100644
index 0000000..5c96f7e
--- /dev/null
+++ b/src/shared/lua_api/phys/bghostobject.hpp
@@ -0,0 +1,13 @@
+
+#include <stdio.h>
+#include <stdlib.h>
+extern "C" {
+ #include <lua.h>
+ #include <lauxlib.h>
+ #include <lualib.h>
+}
+#include <irrlicht.h>
+#include <BulletCollision/CollisionDispatch/btGhostObject.h>
+
+void bghostobject_register(lua_State* L);
+void makeghostobject(lua_State* L);