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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index 6c672e5..723f00d 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -64,6 +64,8 @@ typedef struct
64 64
65void loggingStartup(gameGlobals *game); 65void loggingStartup(gameGlobals *game);
66char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); 66char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut);
67void sendBack(gameGlobals *game, Ecore_Con_Client *client, const char *SID, const char *message);
68void sendForth(gameGlobals *game, const char *SID, const char *message);
67float timeDiff(struct timeval *now, struct timeval *then); 69float timeDiff(struct timeval *now, struct timeval *then);
68 70
69#include "LuaSL_LSL_tree.h" 71#include "LuaSL_LSL_tree.h"