diff options
Diffstat (limited to '03_play/src/testApp.h')
| -rw-r--r-- | 03_play/src/testApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/03_play/src/testApp.h b/03_play/src/testApp.h index db29f0c..a276a59 100644 --- a/03_play/src/testApp.h +++ b/03_play/src/testApp.h @@ -23,6 +23,8 @@ public: void mouseReleased(int x, int y, int button); void windowResized(int w, int h); + void startPlayers(); + int numDevices; ofxOpenNI openNIPlayers[MAX_DEVICES]; @@ -35,6 +37,8 @@ public: ofxXmlSettings XML; vector<pair<string,string> > filenames; + + ofSoundPlayer soundplayer; }; |
