diff options
| author | tim <tim@eclectronics.org> | 2017-06-13 21:57:54 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2017-06-13 21:57:54 +0100 |
| commit | e7d2892633ba9761a8ab8cc98f812e2db89e8beb (patch) | |
| tree | f1657ba4a6e449da416051e9851c59b7e4b96cae /menuApp/src/ofApp.h | |
| parent | 2c3cdaa27878b6dfa23fae35239037f20f3ae6b1 (diff) | |
| parent | a0e8fefd1bf241b805c4542421bdbc6a4447fdc3 (diff) | |
Merge branch 'dirscanner'
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; }; |
