summaryrefslogtreecommitdiff
path: root/menuApp/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'menuApp/src/ofApp.h')
-rw-r--r--menuApp/src/ofApp.h4
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;
};