diff options
Diffstat (limited to 'liveengineUnmapped/ofxSVGTiny/example/src/testApp.h')
| -rw-r--r-- | liveengineUnmapped/ofxSVGTiny/example/src/testApp.h | 22 |
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); - -}; |
