aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-22 09:55:38 +1000
committerDavid Walter Seikel2012-01-22 09:55:38 +1000
commit5270f91252ad63384930b69153638ff74a24b97e (patch)
treec94cdebe7afc51525b6638d9024b001a4418763d /LuaSL/src/LuaSL.h
parentMove the test script into the directory where the other tests are, so it's no... (diff)
downloadSledjHamr-5270f91252ad63384930b69153638ff74a24b97e.zip
SledjHamr-5270f91252ad63384930b69153638ff74a24b97e.tar.gz
SledjHamr-5270f91252ad63384930b69153638ff74a24b97e.tar.bz2
SledjHamr-5270f91252ad63384930b69153638ff74a24b97e.tar.xz
Consider a script as properly compiled if it passes the diff test.
Diffstat (limited to 'LuaSL/src/LuaSL.h')
-rw-r--r--LuaSL/src/LuaSL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index 59a3fbd..26547ee 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -56,8 +56,8 @@ typedef struct
56} gameGlobals; 56} gameGlobals;
57 57
58 58
59Eina_Bool compilerSetup(gameGlobals *game); 59boolean compilerSetup(gameGlobals *game);
60Eina_Bool compileLSL(gameGlobals *game, char *script, boolean doConstants); 60boolean compileLSL(gameGlobals *game, char *script, boolean doConstants);
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);