aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 23:29:14 +1000
committerDavid Walter Seikel2014-03-27 23:29:14 +1000
commit8533027f70680a20f8e12a35a36bf71e5c98298d (patch)
treef4a130095aa2622214fe34c6923e227e22fe32aa /ClientHamr/GuiLua/GuiLua.c
parentMake test_c a real Lua module, but just a test one doing it the usual way, no... (diff)
downloadSledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.zip
SledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.tar.gz
SledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.tar.bz2
SledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.tar.xz
Pointers to various URLs that might be useful.
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.c')
-rw-r--r--ClientHamr/GuiLua/GuiLua.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c
index d70061d..150f51f 100644
--- a/ClientHamr/GuiLua/GuiLua.c
+++ b/ClientHamr/GuiLua/GuiLua.c
@@ -77,6 +77,9 @@ The pre tokenized widget structure thingy I had planned in the
77matrix-RAD TODO just wont work, as it uses symbols. On the other hand, 77matrix-RAD TODO just wont work, as it uses symbols. On the other hand,
78we will be using Lua tables anyway. B-) 78we will be using Lua tables anyway. B-)
79 79
80The last half of http://passingcuriosity.com/2009/extending-lua-in-c/
81might be of use.
82
80*/ 83*/
81 84
82 85