diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-21 12:39:07 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-21 12:39:07 +0000 |
| commit | fa8fd80b285e8b916afa5b0424bcd00e579c0771 (patch) | |
| tree | af33c9a1cfb4727285ddd33ba1aabe46c7bdee95 /drawing/src/ofApp.h | |
| parent | aa7ff25decb259acf1c0f233990d9dfddf14a4d9 (diff) | |
outlining partially working
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; |
