aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaSL')
-rw-r--r--src/LuaSL/LuaSL.h9
-rw-r--r--src/LuaSL/LuaSL_compile.c1
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
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
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