summaryrefslogtreecommitdiff
path: root/nextus/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <redfernt@gmail.com>2023-04-17 09:33:29 +0100
committerTim Redfern <redfernt@gmail.com>2023-04-17 09:33:29 +0100
commit5309ef89393aa56083d1c2238c517c3d576907ec (patch)
treed91b53adffcee583cc26f0018b2b8c5d78867e6f /nextus/src/ofApp.h
parent94c9aaaab09956efc4117e268cd35fbdcd352e61 (diff)
nextus skeleton compiles
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();
};