summaryrefslogtreecommitdiff
path: root/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testApp.h')
-rw-r--r--src/testApp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testApp.h b/src/testApp.h
index 7331ca5..bb7e6b1 100644
--- a/src/testApp.h
+++ b/src/testApp.h
@@ -1,6 +1,7 @@
#include "ofMain.h"
#include "obtsDevice.h"
+#include "ofxNetwork.h"
class testApp : public ofBaseApp{
@@ -21,6 +22,8 @@ class testApp : public ofBaseApp{
int windowWidth, windowHeight;
+ ofxUDPManager udpConnection;
+
ofCamera camera;
int numLines;
@@ -29,7 +32,7 @@ class testApp : public ofBaseApp{
ofImage bgimg;
ofColor *cols;
-
+
ofImage *icons;
};