diff options
| author | git@eclectronics.org <git@eclectronics.org@eclectronics.org> | 2012-08-27 16:22:03 +0100 |
|---|---|---|
| committer | git@eclectronics.org <git@eclectronics.org@eclectronics.org> | 2012-08-27 16:22:03 +0100 |
| commit | 5e95c9719795a4fb4feeed7e57ab3c893f2541a4 (patch) | |
| tree | 0a9bfca031d0e7c0f3bfffc136dd8cc66e4a1487 /liveengine/src/testApp.h | |
| parent | d4398c0f9f417ef527d05e3e394d9f5e329b537e (diff) | |
fix windows project
Diffstat (limited to 'liveengine/src/testApp.h')
| -rwxr-xr-x | liveengine/src/testApp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h index fbe8537..57458fd 100755 --- a/liveengine/src/testApp.h +++ b/liveengine/src/testApp.h @@ -39,7 +39,7 @@ initially - divide screen into grid - play notes with fade class that loads an svg and maps controllers to layers layers are there but maybe its best to draw all of the colours mapped in some way rather than cutting out layers - colour transformation based on a hue angle -can draw +can draw */ @@ -54,7 +54,6 @@ can draw #include "ofxMidi.h" -#include "ofxSVG.h" #include "ofxSVGTiny.h" class testApp : public ofBaseApp, public ofxMidiListener{ |
