aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GuiLua/GuiLua.h')
-rw-r--r--src/GuiLua/GuiLua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h
index 9911ec5..d82d244 100644
--- a/src/GuiLua/GuiLua.h
+++ b/src/GuiLua/GuiLua.h
@@ -32,8 +32,8 @@ typedef struct _GuiLua
32 32
33extern const char *glName; 33extern const char *glName;
34 34
35GuiLua *GuiLuaDo(int argc, char **argv, winFang *parent, Ecore_Con_Server *server, EPhysics_World *world); 35GuiLua *GuiLuaDo(int argc, char **argv, winFang *parent, EPhysics_World *world);
36GuiLua *GuiLuaLoad(char *module, winFang *parent, Ecore_Con_Server *server, EPhysics_World *world); 36GuiLua *GuiLuaLoad(char *module, winFang *parent, EPhysics_World *world);
37void GuiLuaDel(GuiLua *gl); 37void GuiLuaDel(GuiLua *gl);
38 38
39#endif 39#endif