aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-24 11:42:09 +1000
committerDavid Walter Seikel2014-05-24 11:42:09 +1000
commitb7d9306c8689bdd7f37ce31ed63ce4e65fa396e2 (patch)
treeb2016c16ec01ce1ab40decb7533ef6849fa69956 /src/LuaSL/LuaSL.h
parentPretend to login, and some commenting out so it all compiles. Fix it up later. (diff)
downloadSledjHamr-b7d9306c8689bdd7f37ce31ed63ce4e65fa396e2.zip
SledjHamr-b7d9306c8689bdd7f37ce31ed63ce4e65fa396e2.tar.gz
SledjHamr-b7d9306c8689bdd7f37ce31ed63ce4e65fa396e2.tar.bz2
SledjHamr-b7d9306c8689bdd7f37ce31ed63ce4e65fa396e2.tar.xz
Big include and libraries clean up.
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