summaryrefslogtreecommitdiff
path: root/nextus/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'nextus/src/ofApp.h')
-rw-r--r--nextus/src/ofApp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nextus/src/ofApp.h b/nextus/src/ofApp.h
index 54fab67..b62b06b 100644
--- a/nextus/src/ofApp.h
+++ b/nextus/src/ofApp.h
@@ -41,5 +41,8 @@ class ofApp: public ofBaseApp, public ofxMidiListener {
ofxXmlSettings XML;
+ void default_settings();
+ void save_settings();
+ void load_settings();
};