From 685e82c6b33038cdfc4e9836002bfe1ff2f9897a Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 21 Aug 2012 15:37:26 +0100 Subject: had enough --- gaunt01/src/testApp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gaunt01/src/testApp.h') diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h index 7c95e6e..82f75fe 100644 --- a/gaunt01/src/testApp.h +++ b/gaunt01/src/testApp.h @@ -6,6 +6,8 @@ #include "tesselator.h" #include "ofxOpenCv.h" +#include + #include "ofxRay.h" #include "ofxXmlSettings.h" @@ -21,6 +23,7 @@ #define PLAY 0 #define CALIBRATE 1 +#define CHECKACCUM 2 #define TITLES 0 #define EXPLAIN 1 @@ -77,6 +80,8 @@ class testApp : public ofBaseApp{ ofVideoPlayer vidPlayer; ofxCvColorImage colorImg; + + string testmovie; int diffchannel; -- cgit v1.2.3