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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index 3b8c761..a3bf3cb 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -64,10 +64,6 @@ typedef struct
64boolean compilerSetup(gameGlobals *game); 64boolean compilerSetup(gameGlobals *game);
65boolean compileLSL(gameGlobals *game, char *script, boolean doConstants); 65boolean compileLSL(gameGlobals *game, char *script, boolean doConstants);
66 66
67void runnerSetup(gameGlobals *game);
68void runLuaFile(gameGlobals *game, const char *filename);
69void runnerTearDown(gameGlobals *game);
70
71void loggingStartup(gameGlobals *game); 67void loggingStartup(gameGlobals *game);
72char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); 68char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut);
73float timeDiff(struct timeval *now, struct timeval *then); 69float timeDiff(struct timeval *now, struct timeval *then);