aboutsummaryrefslogtreecommitdiff
path: root/osc_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'osc_server.h')
-rw-r--r--osc_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/osc_server.h b/osc_server.h
index 2380028..3244096 100644
--- a/osc_server.h
+++ b/osc_server.h
@@ -45,9 +45,10 @@ public:
typedef Layer *(*CtorHandlerCb)(const char *name, SDL_Rect geo,
float alpha, lo_arg **argv);
- OSCServer(const char *port);
~OSCServer();
+ void open(const char *port);
+
inline void
start()
{