aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-17 07:54:29 +1000
committerDavid Walter Seikel2014-05-17 07:54:29 +1000
commit2b4c37a4cb6457c1af42617e0d3a58b21025293c (patch)
treea92f4848c2e3f1713dfd30e0f095c059c8f4ea68 /src/GuiLua/GuiLua.h
parentMore debugging removal. (diff)
downloadSledjHamr-2b4c37a4cb6457c1af42617e0d3a58b21025293c.zip
SledjHamr-2b4c37a4cb6457c1af42617e0d3a58b21025293c.tar.gz
SledjHamr-2b4c37a4cb6457c1af42617e0d3a58b21025293c.tar.bz2
SledjHamr-2b4c37a4cb6457c1af42617e0d3a58b21025293c.tar.xz
Make sure the server actually gets through to things started by GuiLuaLoad().
Diffstat (limited to '')
-rw-r--r--src/GuiLua/GuiLua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h
index cf94e1f..9911ec5 100644
--- a/src/GuiLua/GuiLua.h
+++ b/src/GuiLua/GuiLua.h
@@ -32,7 +32,7 @@ typedef struct _GuiLua
32 32
33extern const char *glName; 33extern const char *glName;
34 34
35GuiLua *GuiLuaDo(int argc, char **argv, winFang *parent, EPhysics_World *world); 35GuiLua *GuiLuaDo(int argc, char **argv, winFang *parent, Ecore_Con_Server *server, EPhysics_World *world);
36GuiLua *GuiLuaLoad(char *module, winFang *parent, Ecore_Con_Server *server, EPhysics_World *world); 36GuiLua *GuiLuaLoad(char *module, winFang *parent, Ecore_Con_Server *server, EPhysics_World *world);
37void GuiLuaDel(GuiLua *gl); 37void GuiLuaDel(GuiLua *gl);
38 38