diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-04-17 09:33:29 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-04-17 09:33:29 +0100 |
| commit | 5309ef89393aa56083d1c2238c517c3d576907ec (patch) | |
| tree | d91b53adffcee583cc26f0018b2b8c5d78867e6f /nextus/src/ofApp.h | |
| parent | 94c9aaaab09956efc4117e268cd35fbdcd352e61 (diff) | |
nextus skeleton compiles
Diffstat (limited to 'nextus/src/ofApp.h')
| -rw-r--r-- | nextus/src/ofApp.h | 3 |
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(); }; |
