diff options
author | David Walter Seikel | 2014-05-24 11:42:09 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-24 11:42:09 +1000 |
commit | b7d9306c8689bdd7f37ce31ed63ce4e65fa396e2 (patch) | |
tree | b2016c16ec01ce1ab40decb7533ef6849fa69956 /src/LuaSL | |
parent | Pretend to login, and some commenting out so it all compiles. Fix it up later. (diff) | |
download | SledjHamr-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')
-rw-r--r-- | src/LuaSL/LuaSL.h | 9 | ||||
-rw-r--r-- | src/LuaSL/LuaSL_compile.c | 1 |
2 files changed, 0 insertions, 10 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 | ||
19 | typedef struct _gameGlobals gameGlobals; // Define this here, so LuaSL_threads.h can use it. | 10 | typedef struct _gameGlobals gameGlobals; // Define this here, so LuaSL_threads.h can use it. |
20 | 11 | ||
diff --git a/src/LuaSL/LuaSL_compile.c b/src/LuaSL/LuaSL_compile.c index 61fce8f..5adeabe 100644 --- a/src/LuaSL/LuaSL_compile.c +++ b/src/LuaSL/LuaSL_compile.c | |||
@@ -1,6 +1,5 @@ | |||
1 | 1 | ||
2 | #include "LuaSL.h" | 2 | #include "LuaSL.h" |
3 | #include "Runnr.h" | ||
4 | #include "SledjHamr.h" | 3 | #include "SledjHamr.h" |
5 | 4 | ||
6 | /* TODO - problem de jour | 5 | /* TODO - problem de jour |