aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-24 03:16:41 +1000
committerDavid Walter Seikel2014-05-24 03:16:41 +1000
commit0e6c3690bc6ac75521ba954def4e4367de364edd (patch)
tree20d4ad4dc4982f95a0a08c9e165af2f27ef685fa /src/extantz/extantz.h
parentIdeas about how to deal with in world objects. Includes some entirely untest... (diff)
downloadSledjHamr-0e6c3690bc6ac75521ba954def4e4367de364edd.zip
SledjHamr-0e6c3690bc6ac75521ba954def4e4367de364edd.tar.gz
SledjHamr-0e6c3690bc6ac75521ba954def4e4367de364edd.tar.bz2
SledjHamr-0e6c3690bc6ac75521ba954def4e4367de364edd.tar.xz
Pretend to login, and some commenting out so it all compiles. Fix it up later.
Diffstat (limited to 'src/extantz/extantz.h')
-rw-r--r--src/extantz/extantz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h
index ca62bdc..1b49f45 100644
--- a/src/extantz/extantz.h
+++ b/src/extantz/extantz.h
@@ -235,6 +235,7 @@ typedef struct _globals
235 GuiLua *LSLGuiMess; 235 GuiLua *LSLGuiMess;
236 236
237 Ecore_Con_Server *server; 237 Ecore_Con_Server *server;
238 char uuid[42];
238 239
239} globals; 240} globals;
240 241