aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-21 10:46:28 +1000
committerDavid Walter Seikel2012-01-21 10:46:28 +1000
commitb96977724164fc9f973b4d30b697b4ed228fa882 (patch)
treeacc5866b1f99c0aae0d41d94143689ca2e10bf4a /LuaSL/src/LuaSL.h
parentVectors and rotations are broken, but I'll deal with those next. Just commen... (diff)
downloadSledjHamr-b96977724164fc9f973b4d30b697b4ed228fa882.zip
SledjHamr-b96977724164fc9f973b4d30b697b4ed228fa882.tar.gz
SledjHamr-b96977724164fc9f973b4d30b697b4ed228fa882.tar.bz2
SledjHamr-b96977724164fc9f973b4d30b697b4ed228fa882.tar.xz
Add LSL constants by simply compiling an LSL script with them all, and keeping the result.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index 852847d..59a3fbd 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -57,7 +57,7 @@ typedef struct
57 57
58 58
59Eina_Bool compilerSetup(gameGlobals *game); 59Eina_Bool compilerSetup(gameGlobals *game);
60Eina_Bool compileLSL(gameGlobals *game, char *script); 60Eina_Bool 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);