summaryrefslogtreecommitdiff
path: root/offsetProject/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'offsetProject/src/ofApp.h')
-rw-r--r--offsetProject/src/ofApp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/offsetProject/src/ofApp.h b/offsetProject/src/ofApp.h
index 04d636c..b9508a3 100644
--- a/offsetProject/src/ofApp.h
+++ b/offsetProject/src/ofApp.h
@@ -5,6 +5,7 @@
#include "ofxKinect.h"
#include "imageStore.h"
+#include "buttonChecker.h"
#define MODE_COLOURTILES 0
#define MODE_DEPTH 1
@@ -32,6 +33,7 @@ public:
void windowResized(int w, int h);
imageStore store;
+ buttonChecker button;
int mode,farThreshold,angle;