aboutsummaryrefslogtreecommitdiff
path: root/src/server/lua_api/load_game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/lua_api/load_game.hpp')
-rw-r--r--src/server/lua_api/load_game.hpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/server/lua_api/load_game.hpp b/src/server/lua_api/load_game.hpp
index 7937b15..23b9e81 100644
--- a/src/server/lua_api/load_game.hpp
+++ b/src/server/lua_api/load_game.hpp
@@ -1,13 +1,13 @@
-#ifndef __H_loadgame
-#define __H_loadgame
-#include <stdio.h>
-#include <stdlib.h>
-#include <vector>
-extern "C" {
- #include <lua.h>
- #include <lauxlib.h>
- #include <lualib.h>
-}
-
-void load_gamefuncs(lua_State* L);
-#endif
+#ifndef __H_loadgame
+#define __H_loadgame
+#include <stdio.h>
+#include <stdlib.h>
+#include <vector>
+extern "C" {
+ #include <lua.h>
+ #include <lauxlib.h>
+ #include <lualib.h>
+}
+
+void load_gamefuncs(lua_State* L);
+#endif