aboutsummaryrefslogtreecommitdiff
path: root/osc_graphics.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-26 20:08:10 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-26 20:08:10 +0200
commit7e5561d02f257f5c2ae54f4d55dee1093cf2ad4b (patch)
treea447fe2a109da09d9f06c67a0534873f9ac3a27b /osc_graphics.h
parenteac5ac91ba27ae8e6d24625d6fa170425c51d459 (diff)
downloadosc-graphics-7e5561d02f257f5c2ae54f4d55dee1093cf2ad4b.tar.gz
isolated OSC server specific code in OscServer class and allow to register methods in order to localize OSC method handling
i.e. every Layer class is stand-alone now
Diffstat (limited to 'osc_graphics.h')
-rw-r--r--osc_graphics.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/osc_graphics.h b/osc_graphics.h
index f05f34f..2a08678 100644
--- a/osc_graphics.h
+++ b/osc_graphics.h
@@ -5,6 +5,9 @@
#include <SDL.h>
+#include "osc_server.h"
+#include "layer.h"
+
/*
* Macros
*/
@@ -38,4 +41,6 @@
*/
extern SDL_Surface *screen;
-#endif \ No newline at end of file
+extern int config_dump_osc;
+
+#endif