aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/scene/icamera.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/lua_api/scene/icamera.hpp')
-rw-r--r--src/client/lua_api/scene/icamera.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/lua_api/scene/icamera.hpp b/src/client/lua_api/scene/icamera.hpp
new file mode 100644
index 0000000..15525f8
--- /dev/null
+++ b/src/client/lua_api/scene/icamera.hpp
@@ -0,0 +1,11 @@
+
+#include <stdio.h>
+#include <stdlib.h>
+extern "C" {
+ #include <lua.h>
+ #include <lauxlib.h>
+ #include <lualib.h>
+}
+#include <irrlicht.h>
+
+int icamera_register(lua_State* L, irr::IrrlichtDevice* d);