diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-02 01:41:16 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-02 01:41:16 +0100 |
| commit | 5e3ad78c98cb45bb4f902207d25f4fec6a2bedaa (patch) | |
| tree | 13cb2e98f33fcad83a74f3abb717bab06e01d2a4 /src/testApp.h | |
| parent | 4ca02e7856d0e660906e2a0f04150fbfce70214d (diff) | |
streaming from db
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 5 |
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; }; |
