aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index 8f5b58a..6c672e5 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -54,6 +54,7 @@ typedef struct
54 Evas_Object *bg; // Our background edje, also the game specific stuff. 54 Evas_Object *bg; // Our background edje, also the game specific stuff.
55 Evas_Object *edje; // The edje of the background. 55 Evas_Object *edje; // The edje of the background.
56 Ecore_Con_Server *server; 56 Ecore_Con_Server *server;
57 Eina_Hash *scripts;
57 int logDom; 58 int logDom;
58 const char *address; 59 const char *address;
59 int port; 60 int port;