aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-12 00:08:53 +1000
committerDavid Walter Seikel2012-02-12 00:08:53 +1000
commitf43dc63f9820ba0d3ff30efd2c45bf6dc5d2af51 (patch)
treeb971c5d251b27136bd95022a6e4a493b8b9448e5 /LuaSL/src/LuaSL.h
parentSID is now full path to the LSL file. Still need to change it to the UUID of... (diff)
downloadSledjHamr-f43dc63f9820ba0d3ff30efd2c45bf6dc5d2af51.zip
SledjHamr-f43dc63f9820ba0d3ff30efd2c45bf6dc5d2af51.tar.gz
SledjHamr-f43dc63f9820ba0d3ff30efd2c45bf6dc5d2af51.tar.bz2
SledjHamr-f43dc63f9820ba0d3ff30efd2c45bf6dc5d2af51.tar.xz
New sendBack and sendForth global functions.
Diffstat (limited to '')
-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"