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