diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-01 17:49:36 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-01 17:49:36 +0100 |
| commit | 4ca02e7856d0e660906e2a0f04150fbfce70214d (patch) | |
| tree | eeb15426d9fa1e5bca8d713177b567c88f87a01f /src/testApp.h | |
| parent | e410b99203100c47674c92b910f6e0422b39ccdf (diff) | |
event streamer
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testApp.h b/src/testApp.h index 3b6d4ba..7331ca5 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -1,6 +1,6 @@ #include "ofMain.h" - +#include "obtsDevice.h" class testApp : public ofBaseApp{ @@ -29,6 +29,8 @@ class testApp : public ofBaseApp{ ofImage bgimg; ofColor *cols; + + ofImage *icons; }; |
