diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-04-19 02:14:26 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-04-19 02:14:26 +0100 |
| commit | 09fba466578c1074bf7471bbc4615a9047237d46 (patch) | |
| tree | 5741542ed77047527414218d4d192bd5b590d41b /gaunt01/src/testApp.h | |
| parent | c4fc08cc7238dfa310ed56e65a24df22c6bbb625 (diff) | |
bird chasing players
Diffstat (limited to 'gaunt01/src/testApp.h')
| -rw-r--r-- | gaunt01/src/testApp.h | 4 |
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; }; |
