summaryrefslogtreecommitdiff
path: root/gaunt01/src/testApp.h
diff options
context:
space:
mode:
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;
};