diff options
Diffstat (limited to 'drawing/src/ofApp.h')
| -rw-r--r-- | drawing/src/ofApp.h | 3 |
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; |
