aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-11 21:02:53 +1000
committerDavid Walter Seikel2012-02-11 21:02:53 +1000
commitfc3599b3a72b10feb86632dff6d7821a9af140f8 (patch)
treefcb56cb9536b0a6ceeb6c75ced60c00b416df7bb /LuaSL/src/LuaSL.h
parentUpdated .gitignore (diff)
downloadSledjHamr-fc3599b3a72b10feb86632dff6d7821a9af140f8.zip
SledjHamr-fc3599b3a72b10feb86632dff6d7821a9af140f8.tar.gz
SledjHamr-fc3599b3a72b10feb86632dff6d7821a9af140f8.tar.bz2
SledjHamr-fc3599b3a72b10feb86632dff6d7821a9af140f8.tar.xz
LuaSL_main is pretty small now, LuaSL_runner is mostly comment. Merge them.
Diffstat (limited to '')
-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);