aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-18 00:37:17 +1000
committerDavid Walter Seikel2014-04-18 00:37:17 +1000
commit8e06e56e16183c18b01bf6941fde8c35b5562655 (patch)
treebe350cd2d49bb52fbf9442ba9e70cfedab848b94 /ClientHamr/GuiLua/GuiLua.h
parentConvert test_c to use GuiLua. (diff)
downloadSledjHamr-8e06e56e16183c18b01bf6941fde8c35b5562655.zip
SledjHamr-8e06e56e16183c18b01bf6941fde8c35b5562655.tar.gz
SledjHamr-8e06e56e16183c18b01bf6941fde8c35b5562655.tar.bz2
SledjHamr-8e06e56e16183c18b01bf6941fde8c35b5562655.tar.xz
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.
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.h')
-rw-r--r--ClientHamr/GuiLua/GuiLua.h6
1 files changed, 6 insertions, 0 deletions
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;
29 29
30#define D() PD("DEBUG") 30#define D() PD("DEBUG")
31 31
32#define SKANG "skang"
33#define MODULEBEGIN "moduleBegin"
34#define MODULEEND "moduleEnd"
35#define THINGASM "thingasm"
36
37
32// "01:03:52 01-01-1973\n\0" 38// "01:03:52 01-01-1973\n\0"
33#define DATE_TIME_LEN 21 39#define DATE_TIME_LEN 21
34# define DATE_TIME_LEN 21 40# define DATE_TIME_LEN 21