From f43dc63f9820ba0d3ff30efd2c45bf6dc5d2af51 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 12 Feb 2012 00:08:53 +1000 Subject: New sendBack and sendForth global functions. --- LuaSL/src/LuaSL.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LuaSL/src/LuaSL.h') 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 void loggingStartup(gameGlobals *game); char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); +void sendBack(gameGlobals *game, Ecore_Con_Client *client, const char *SID, const char *message); +void sendForth(gameGlobals *game, const char *SID, const char *message); float timeDiff(struct timeval *now, struct timeval *then); #include "LuaSL_LSL_tree.h" -- cgit v1.1