summaryrefslogtreecommitdiff
path: root/liveengine/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'liveengine/src/testApp.h')
-rwxr-xr-xliveengine/src/testApp.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h
index 57458fd..0ad4dc3 100755
--- a/liveengine/src/testApp.h
+++ b/liveengine/src/testApp.h
@@ -1,5 +1,7 @@
#pragma once
+//#include <GL/glxew.h>
+
#include "ofMain.h"
#include "ofxXmlSettings.h"
@@ -54,7 +56,12 @@ can draw
#include "ofxMidi.h"
-#include "ofxSVGTiny.h"
+
+
+#include "layers.h"
+
+
+
class testApp : public ofBaseApp, public ofxMidiListener{
@@ -91,7 +98,6 @@ class testApp : public ofBaseApp, public ofxMidiListener{
void newMidiMessage(ofxMidiEventArgs& eventArgs);
- //ofxSVG drawing;
- ofxSVGTiny svg;
+ map<int,layer*> layers;
};