summaryrefslogtreecommitdiff
path: root/06_performance/src/testApp.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-06-24 23:18:03 +0100
committerComment <tim@gray.(none)>2013-06-24 23:18:03 +0100
commit11229ede83c48fab01e6e566155536b5e7e9d762 (patch)
treedcd2671c419bdbddde9191712dc3cf5ab2a98f04 /06_performance/src/testApp.h
parentff979a86dc8f031c823cd8806324b0e8c4ca069b (diff)
yay
Diffstat (limited to '06_performance/src/testApp.h')
-rw-r--r--06_performance/src/testApp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/06_performance/src/testApp.h b/06_performance/src/testApp.h
index 337e05b..504cc53 100644
--- a/06_performance/src/testApp.h
+++ b/06_performance/src/testApp.h
@@ -184,6 +184,8 @@ class testApp : public ofBaseApp, public ofxMidiListener{
vector<ofVideoPlayer> videoclips;
ofxOscReceiver receiver;
+
+ float xOffs,startX,yOffs,startY;
};
#endif