From a488d73865ef0aa4cb40b3c2d5a4ed35b2e52d69 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 11 Feb 2012 21:08:52 +1000 Subject: Neaten things up a bit. --- LuaSL/src/LuaSL.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'LuaSL/src/LuaSL.h') diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h index a3bf3cb..8f5b58a 100644 --- a/LuaSL/src/LuaSL.h +++ b/LuaSL/src/LuaSL.h @@ -61,9 +61,6 @@ typedef struct } gameGlobals; -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); float timeDiff(struct timeval *now, struct timeval *then); -- cgit v1.1