summaryrefslogtreecommitdiff
path: root/03_play/src/testApp.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-06-17 00:40:52 +0100
committerComment <tim@gray.(none)>2013-06-17 00:40:52 +0100
commit4f4662fba0c22c91c17eeea436d566398f8e5779 (patch)
tree718c7159b0bae31b425741af9b1732ebb6af714b /03_play/src/testApp.h
parentf714b852416caeaa20c91c9b0336a7d067e28ddb (diff)
much done: al lot more to do
Diffstat (limited to '03_play/src/testApp.h')
-rw-r--r--03_play/src/testApp.h3
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;
};