diff options
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; }; |
