aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua')
-rw-r--r--ClientHamr/GuiLua/skang.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 4fb84f1..6e22b3d 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -1065,6 +1065,8 @@ window = function(w, h, title, name)
1065 return win 1065 return win
1066end 1066end
1067 1067
1068thingasm{'window', 'Specifies the size and title of the application Frame.', window, 'number,number,string', acl="GGG"}
1069
1068 1070
1069-- TODO - Some function stubs, for now. Fill them up later. 1071-- TODO - Some function stubs, for now. Fill them up later.
1070skang = function (name) 1072skang = function (name)