aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaSL/LuaSL.h')
-rw-r--r--src/LuaSL/LuaSL.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/LuaSL/LuaSL.h b/src/LuaSL/LuaSL.h
index cfee0aa..54e7fa7 100644
--- a/src/LuaSL/LuaSL.h
+++ b/src/LuaSL/LuaSL.h
@@ -5,16 +5,7 @@
5#endif 5#endif
6 6
7#include <Eet.h> 7#include <Eet.h>
8#include <Ecore.h>
9#include <Ecore_Con.h>
10#include <Ecore_File.h> 8#include <Ecore_File.h>
11#include <stdio.h>
12#include <ctype.h>
13
14#include <lua.h>
15#include <luajit.h>
16#include <lualib.h>
17#include <lauxlib.h>
18 9
19typedef struct _gameGlobals gameGlobals; // Define this here, so LuaSL_threads.h can use it. 10typedef struct _gameGlobals gameGlobals; // Define this here, so LuaSL_threads.h can use it.
20 11