summaryrefslogtreecommitdiff
path: root/gui/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/ofApp.h')
-rw-r--r--gui/src/ofApp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h
index 5ecbe61..8865da5 100644
--- a/gui/src/ofApp.h
+++ b/gui/src/ofApp.h
@@ -8,6 +8,7 @@
#include "ofxOpenCv.h"
#include "ofxSVG.h"
#include "lineSegmenter.h"
+#include "ofxXmlSettings.h"
enum Source{
TEST,
@@ -47,6 +48,7 @@ class ofApp: public ofBaseApp {
void outputWindowResized(ofResizeEventArgs &resizeargs);
void select_random_shapes();
+ void save_settings();
bool commandPressed;
@@ -114,4 +116,8 @@ class ofApp: public ofBaseApp {
float outputScale;
float outputOffsetScale;
+ //======================================= //saving settings
+
+ ofxXmlSettings XML;
+
};