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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menuApp/src/ofApp.h b/menuApp/src/ofApp.h
index 1b94c06..0cb3705 100644
--- a/menuApp/src/ofApp.h
+++ b/menuApp/src/ofApp.h
@@ -69,7 +69,8 @@ class ofApp : public ofBaseApp{
ofImage background;
ofImage overlay;
- //dirScanner Dirscanner;
+ dirScanner scanner;
+ dirPlayer player;
};