diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-04-19 03:14:18 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-04-19 03:14:18 +0100 |
| commit | 7eb7b1a64d5a22ae707c0a9d4115cb3c326f472f (patch) | |
| tree | 26f42dc6318c468a117b4c28fa1db93631eccbbf /gaunt01/src/testApp.h | |
| parent | 09fba466578c1074bf7471bbc4615a9047237d46 (diff) | |
working border
Diffstat (limited to 'gaunt01/src/testApp.h')
| -rw-r--r-- | gaunt01/src/testApp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h index ff53510..c25defe 100644 --- a/gaunt01/src/testApp.h +++ b/gaunt01/src/testApp.h @@ -97,6 +97,9 @@ class testApp : public ofBaseApp{ ofLight light; ofPlane* bounds; + + vector<ofPoint> border; + bool drawingborder; }; |
