diff options
Diffstat (limited to '03_play/src/testApp.h')
| -rw-r--r-- | 03_play/src/testApp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/03_play/src/testApp.h b/03_play/src/testApp.h index c162d2b..1b3a0c1 100644 --- a/03_play/src/testApp.h +++ b/03_play/src/testApp.h @@ -4,6 +4,7 @@ #include "ofxOpenNI.h" #include "ofMain.h" #include "ofxXmlSettings.h" +#include "ofxMayaCam.h" #define MAX_DEVICES 2 @@ -44,6 +45,8 @@ public: ofSoundPlayer soundplayer; float offset; + + ofxMayaCam cam; }; |
