aboutsummaryrefslogtreecommitdiff
path: root/src/server/lua_api/load_io.hpp
diff options
context:
space:
mode:
authorAlexander <alex@cogarr.net>2020-06-10 20:39:54 -0400
committerAlexander <alex@cogarr.net>2020-06-10 20:39:54 -0400
commit44a1421c393632978d59c0698a93ae22243b97e9 (patch)
treeea5d48412339b0ee6792c01414660639d19cfec6 /src/server/lua_api/load_io.hpp
parentececf2c8624f4d95d9413686839f7fa6e5bb5044 (diff)
downloadbrokengine-44a1421c393632978d59c0698a93ae22243b97e9.tar.gz
brokengine-44a1421c393632978d59c0698a93ae22243b97e9.tar.bz2
brokengine-44a1421c393632978d59c0698a93ae22243b97e9.zip
Various progress for 1klutz
Added convext shape casts, still a little broken, but it might be just broken bullet side.
Diffstat (limited to 'src/server/lua_api/load_io.hpp')
-rw-r--r--src/server/lua_api/load_io.hpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/server/lua_api/load_io.hpp b/src/server/lua_api/load_io.hpp
index 19f7a77..e4e29b1 100644
--- a/src/server/lua_api/load_io.hpp
+++ b/src/server/lua_api/load_io.hpp
@@ -1,13 +1,13 @@
-#ifndef __H_loadio
-#define __H_loadio
-#include <stdio.h>
-#include <stdlib.h>
-#include <vector>
-extern "C" {
- #include <lua.h>
- #include <lauxlib.h>
- #include <lualib.h>
-}
-
-void load_iofuncs(lua_State* L);
-#endif
+#ifndef __H_loadio
+#define __H_loadio
+#include <stdio.h>
+#include <stdlib.h>
+#include <vector>
+extern "C" {
+ #include <lua.h>
+ #include <lauxlib.h>
+ #include <lualib.h>
+}
+
+void load_iofuncs(lua_State* L);
+#endif