From b0e2903acf2c0d926b134c3a165f0160e85e87bc Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 13 May 2014 17:01:40 +1000 Subject: Add a TCP link between love and extantz, and have love pass on some of the commands that go to the viewer. --- src/extantz/extantz.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/extantz/extantz.h') diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h index 5b172c2..d24f23c 100644 --- a/src/extantz/extantz.h +++ b/src/extantz/extantz.h @@ -227,6 +227,11 @@ typedef struct _globals EPhysics_World *world; winFang *files; + + Ecore_Con_Server *server; + const char *address; + int port; + } globals; extern globals ourGlobals; -- cgit v1.1