diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-09 16:36:57 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-09 16:36:57 +0000 |
| commit | 7ff3ebe50cd272176daff0de4aee32c1dc0f3320 (patch) | |
| tree | 0dbebbef6fe8688bf9ac98f415b542b1e100bda6 /src/testApp.h | |
| parent | c63227ab08ef1caa5efe957d6f9472387c9481ae (diff) | |
xmlising settings
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/testApp.h b/src/testApp.h index 95aabf7..dadad43 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -25,19 +25,22 @@ have to track how many frames each key has been pressed for #define NOTHING 3 #include "ofMain.h" +#include "ofxXmlSettings.h" #include "ofx3DModelLoader.h" + #include "mapUtils.h" #include "viewpoint.h" - - class testApp : public ofBaseApp{ public: + ~testApp(); void setup(); void update(); void draw(); + void loadSettings(); + void saveSettings(); void keyPressed (int key); void keyReleased(int key); void mouseMoved(int x, int y ); @@ -58,4 +61,5 @@ class testApp : public ofBaseApp{ int mode; + ofxXmlSettings XML; }; |
