diff options
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; }; |
