summaryrefslogtreecommitdiff
path: root/gaunt01/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-04-19 02:14:26 +0100
committerTim Redfern <tim@eclectronics.org>2012-04-19 02:14:26 +0100
commit09fba466578c1074bf7471bbc4615a9047237d46 (patch)
tree5741542ed77047527414218d4d192bd5b590d41b /gaunt01/src/testApp.h
parentc4fc08cc7238dfa310ed56e65a24df22c6bbb625 (diff)
bird chasing players
Diffstat (limited to 'gaunt01/src/testApp.h')
-rw-r--r--gaunt01/src/testApp.h4
1 files changed, 4 insertions, 0 deletions
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 <set>
+
#include "ofMain.h"
#include "ofxOpenCv.h"
@@ -93,6 +95,8 @@ class testApp : public ofBaseApp{
float bgnum;
ofLight light;
+
+ ofPlane* bounds;
};