From 5e3ad78c98cb45bb4f902207d25f4fec6a2bedaa Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 2 Jun 2012 01:41:16 +0100 Subject: streaming from db --- src/testApp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/testApp.h') 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; }; -- cgit v1.2.3