From 3f78664fde0d8208f34ed7c653a2d02da5d323ad Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 5 Jan 2012 01:22:19 +1000 Subject: Add a compiler stub. --- LuaSL/src/LuaSL.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL.h') diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h index af87de5..2bb2b4a 100644 --- a/LuaSL/src/LuaSL.h +++ b/LuaSL/src/LuaSL.h @@ -55,7 +55,8 @@ typedef struct int logDom; } gameGlobals; -typedef void (*doSomething) (gameGlobals *game, unsigned char key); + +Eina_Bool compileLSL(gameGlobals *game, char *script); void loggingStartup(gameGlobals *game); char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); -- cgit v1.1