summaryrefslogtreecommitdiff
path: root/liveengineUnmapped/ofxSVGTiny/example/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-04-26 18:20:21 +0100
committerTim Redfern <tim@eclectronics.org>2014-04-26 18:20:21 +0100
commit6f74f80e4c116c61b4734ffbae86aff881daaf5b (patch)
treec0044aa2efefd53711cba63ed91860e265831703 /liveengineUnmapped/ofxSVGTiny/example/src/testApp.h
parentba9af7648a79b54836019ca792e40e81ca863c86 (diff)
started GLFW version
Diffstat (limited to 'liveengineUnmapped/ofxSVGTiny/example/src/testApp.h')
-rw-r--r--liveengineUnmapped/ofxSVGTiny/example/src/testApp.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/liveengineUnmapped/ofxSVGTiny/example/src/testApp.h b/liveengineUnmapped/ofxSVGTiny/example/src/testApp.h
deleted file mode 100644
index 0cb5a8c..0000000
--- a/liveengineUnmapped/ofxSVGTiny/example/src/testApp.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#pragma once
-
-#include "ofMain.h"
-
-class testApp : public ofBaseApp{
-
- public:
- void setup();
- void update();
- void draw();
-
- void keyPressed (int key);
- void keyReleased(int key);
- void mouseMoved(int x, int y );
- void mouseDragged(int x, int y, int button);
- void mousePressed(int x, int y, int button);
- void mouseReleased(int x, int y, int button);
- void windowResized(int w, int h);
- void dragEvent(ofDragInfo dragInfo);
- void gotMessage(ofMessage msg);
-
-};