diff options
| author | tim <tim@eclectronics.org> | 2017-05-19 01:00:43 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2017-05-19 01:00:43 +0100 |
| commit | c31d38915cb6643013223a4ed9b4021b3499d71d (patch) | |
| tree | 2fe7db9622aa0ad9190be784e4bf2a82cd008975 /menuApp/src/ofApp.h | |
| parent | 576f125a22e01ad947cff173089efb9c68fb002c (diff) | |
making dir scanner
Diffstat (limited to 'menuApp/src/ofApp.h')
| -rw-r--r-- | menuApp/src/ofApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/menuApp/src/ofApp.h b/menuApp/src/ofApp.h index 17a3d93..a85258e 100644 --- a/menuApp/src/ofApp.h +++ b/menuApp/src/ofApp.h @@ -5,6 +5,8 @@ #include "ofxThreadedImageLoader.h" #include "ofxTextSuite.h" +#include "dirscanner.h" + #define IMAGE_SLOTS 5 //#define FACTOR 1.0 //now in config.make #define FONTSIZE 13 @@ -66,6 +68,8 @@ class ofApp : public ofBaseApp{ ofImage background; ofImage overlay; + + dirScanner Dirscanner; }; |
