From c31d38915cb6643013223a4ed9b4021b3499d71d Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 19 May 2017 01:00:43 +0100 Subject: making dir scanner --- menuApp/src/ofApp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'menuApp/src/ofApp.h') 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; }; -- cgit v1.2.3