diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-10-26 14:11:24 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-10-26 14:11:24 +0100 |
| commit | af01d2b3c81e41950822d416f3dafee23447d421 (patch) | |
| tree | fc5bc77989888f79627690d58ec1c0170e523d73 /pluginchooser/src/ofApp.h | |
| parent | 17275ae5aee3935920df1cab45652aa20a0b4513 (diff) | |
| parent | 70772eeeaac50d87d53d823f6136cf957a31ef33 (diff) | |
WIP
Diffstat (limited to 'pluginchooser/src/ofApp.h')
| -rw-r--r-- | pluginchooser/src/ofApp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pluginchooser/src/ofApp.h b/pluginchooser/src/ofApp.h index 8d716c1..9a0a632 100644 --- a/pluginchooser/src/ofApp.h +++ b/pluginchooser/src/ofApp.h @@ -2,6 +2,7 @@ #include "ofMain.h" #include "pluginpanel.h" +#include "colourPolyline.h" class ofApp: public ofBaseApp{ @@ -24,4 +25,8 @@ class ofApp: public ofBaseApp{ pluginPanel plugingui; + ofxPanel testsettings; + + deque<vector<colourPolyline > > drawing; + }; |
