summaryrefslogtreecommitdiff
path: root/drawing/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2018-01-21 12:39:07 +0000
committerTim Redfern <tim@getdrop.com>2018-01-21 12:39:07 +0000
commitfa8fd80b285e8b916afa5b0424bcd00e579c0771 (patch)
treeaf33c9a1cfb4727285ddd33ba1aabe46c7bdee95 /drawing/src/ofApp.h
parentaa7ff25decb259acf1c0f233990d9dfddf14a4d9 (diff)
outlining partially working
Diffstat (limited to 'drawing/src/ofApp.h')
-rw-r--r--drawing/src/ofApp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drawing/src/ofApp.h b/drawing/src/ofApp.h
index c63533a..4e8dc69 100644
--- a/drawing/src/ofApp.h
+++ b/drawing/src/ofApp.h
@@ -42,6 +42,9 @@ class ofApp : public ofBaseApp{
int mode;
+ vector <ofPath> imagepaths;
+ vector <ofPath> maskpaths;
+
ofx::Clipper clipper;
ofxSyphonServer mainOutputSyphonServer;