From 8e06e56e16183c18b01bf6941fde8c35b5562655 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 18 Apr 2014 00:37:17 +1000 Subject: Merge the widget module into the skang module, and some related clean ups. So now the skang module is a mix of C and Lua. --- ClientHamr/GuiLua/GuiLua.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ClientHamr/GuiLua/GuiLua.h') diff --git a/ClientHamr/GuiLua/GuiLua.h b/ClientHamr/GuiLua/GuiLua.h index 1041224..50aa3da 100644 --- a/ClientHamr/GuiLua/GuiLua.h +++ b/ClientHamr/GuiLua/GuiLua.h @@ -29,6 +29,12 @@ typedef struct _globals globals; #define D() PD("DEBUG") +#define SKANG "skang" +#define MODULEBEGIN "moduleBegin" +#define MODULEEND "moduleEnd" +#define THINGASM "thingasm" + + // "01:03:52 01-01-1973\n\0" #define DATE_TIME_LEN 21 # define DATE_TIME_LEN 21 -- cgit v1.1