From e235a097751de7ad97563997215f76761b3db609 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 17 Jan 2012 13:15:15 +1000 Subject: Use EFL logging. --- LuaSL/src/LuaSL.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL.h') 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 } gameGlobals; -Eina_Bool compilerSetup(); +Eina_Bool compilerSetup(gameGlobals *game); Eina_Bool compileLSL(gameGlobals *game, char *script); void loggingStartup(gameGlobals *game); char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); float timeDiff(struct timeval *now, struct timeval *then); +#include "LuaSL_LSL_tree.h" -- cgit v1.1