From 5270f91252ad63384930b69153638ff74a24b97e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Jan 2012 09:55:38 +1000 Subject: Consider a script as properly compiled if it passes the diff test. --- LuaSL/src/LuaSL.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LuaSL/src/LuaSL.h') 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 } gameGlobals; -Eina_Bool compilerSetup(gameGlobals *game); -Eina_Bool compileLSL(gameGlobals *game, char *script, boolean doConstants); +boolean compilerSetup(gameGlobals *game); +boolean compileLSL(gameGlobals *game, char *script, boolean doConstants); void loggingStartup(gameGlobals *game); char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); -- cgit v1.1