From 09fba466578c1074bf7471bbc4615a9047237d46 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 19 Apr 2012 02:14:26 +0100 Subject: bird chasing players --- gaunt01/src/testApp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gaunt01/src/testApp.h') diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h index f2a35c0..ff53510 100644 --- a/gaunt01/src/testApp.h +++ b/gaunt01/src/testApp.h @@ -1,5 +1,7 @@ #pragma once +#include + #include "ofMain.h" #include "ofxOpenCv.h" @@ -93,6 +95,8 @@ class testApp : public ofBaseApp{ float bgnum; ofLight light; + + ofPlane* bounds; }; -- cgit v1.2.3