aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL.h')
-rw-r--r--LuaSL/src/LuaSL.h3
1 files changed, 0 insertions, 3 deletions
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
61} gameGlobals; 61} gameGlobals;
62 62
63 63
64boolean compilerSetup(gameGlobals *game);
65boolean compileLSL(gameGlobals *game, char *script, boolean doConstants);
66
67void loggingStartup(gameGlobals *game); 64void loggingStartup(gameGlobals *game);
68char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); 65char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut);
69float timeDiff(struct timeval *now, struct timeval *then); 66float timeDiff(struct timeval *now, struct timeval *then);