aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/io/ifilesystem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/lua_api/io/ifilesystem.hpp')
-rw-r--r--src/client/lua_api/io/ifilesystem.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/lua_api/io/ifilesystem.hpp b/src/client/lua_api/io/ifilesystem.hpp
new file mode 100644
index 0000000..9a72120
--- /dev/null
+++ b/src/client/lua_api/io/ifilesystem.hpp
@@ -0,0 +1,13 @@
+#ifndef __H_ifilesystem
+#define __H_ifilesystem
+
+extern "C" {
+ #include <lua.h>
+ #include <lauxlib.h>
+ #include <lualib.h>
+}
+#include <irrlicht.h>
+
+void ifilesystem_register(lua_State* L);
+
+#endif