From 2438e0a034d7ef50c8d7837ea415ca6a95a94fc0 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 14 Mar 2014 15:14:37 +0000 Subject: publish version --- offsetProject/src/ofApp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'offsetProject/src/ofApp.h') 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; -- cgit v1.2.3