aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index af87de5..2bb2b4a 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -55,7 +55,8 @@ typedef struct
55 int logDom; 55 int logDom;
56} gameGlobals; 56} gameGlobals;
57 57
58typedef void (*doSomething) (gameGlobals *game, unsigned char key); 58
59Eina_Bool compileLSL(gameGlobals *game, char *script);
59 60
60void loggingStartup(gameGlobals *game); 61void loggingStartup(gameGlobals *game);
61char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); 62char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut);