aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-17 13:15:15 +1000
committerDavid Walter Seikel2012-01-17 13:15:15 +1000
commite235a097751de7ad97563997215f76761b3db609 (patch)
tree3dc1098de9770e8b165ed8dbc4128f5f2245afaa /LuaSL/src/LuaSL.h
parentAdd a newline at the end of the file. lol (diff)
downloadSledjHamr-e235a097751de7ad97563997215f76761b3db609.zip
SledjHamr-e235a097751de7ad97563997215f76761b3db609.tar.gz
SledjHamr-e235a097751de7ad97563997215f76761b3db609.tar.bz2
SledjHamr-e235a097751de7ad97563997215f76761b3db609.tar.xz
Use EFL logging.
Diffstat (limited to 'LuaSL/src/LuaSL.h')
-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 509f155..852847d 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -56,11 +56,12 @@ typedef struct
56} gameGlobals; 56} gameGlobals;
57 57
58 58
59Eina_Bool compilerSetup(); 59Eina_Bool compilerSetup(gameGlobals *game);
60Eina_Bool compileLSL(gameGlobals *game, char *script); 60Eina_Bool compileLSL(gameGlobals *game, char *script);
61 61
62void loggingStartup(gameGlobals *game); 62void loggingStartup(gameGlobals *game);
63char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); 63char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut);
64float timeDiff(struct timeval *now, struct timeval *then); 64float timeDiff(struct timeval *now, struct timeval *then);
65 65
66#include "LuaSL_LSL_tree.h"
66 67