diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-03-14 15:14:37 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-03-14 15:14:37 +0000 |
| commit | 2438e0a034d7ef50c8d7837ea415ca6a95a94fc0 (patch) | |
| tree | a46dedd57b752163d0a0ca87dca657b3127ed2fd /offsetProject/src/ofApp.h | |
| parent | bcf4c0ac5428a1c3f331d66cf0c4a301d1f7a45f (diff) | |
publish version
Diffstat (limited to 'offsetProject/src/ofApp.h')
| -rw-r--r-- | offsetProject/src/ofApp.h | 2 |
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; |
