From b96977724164fc9f973b4d30b697b4ed228fa882 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 21 Jan 2012 10:46:28 +1000 Subject: Add LSL constants by simply compiling an LSL script with them all, and keeping the result. --- LuaSL/src/LuaSL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL.h') 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 Eina_Bool compilerSetup(gameGlobals *game); -Eina_Bool compileLSL(gameGlobals *game, char *script); +Eina_Bool compileLSL(gameGlobals *game, char *script, boolean doConstants); void loggingStartup(gameGlobals *game); char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); -- cgit v1.1