summaryrefslogtreecommitdiff
path: root/morpher/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'morpher/src/testApp.h')
-rw-r--r--morpher/src/testApp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/morpher/src/testApp.h b/morpher/src/testApp.h
index c0b665e..0b528ae 100644
--- a/morpher/src/testApp.h
+++ b/morpher/src/testApp.h
@@ -8,6 +8,11 @@
//#include "ofxMovieExporter.h"
+#define HOVER 1
+#define TRANS_HOVERFLY 2
+#define FLAP 3
+#define TRANS_FLYHOVER 4
+
class testApp : public ofBaseApp{
public:
@@ -33,5 +38,9 @@ class testApp : public ofBaseApp{
int yo,xo;
//Apex::ofxMovieExporter movieExporter;
+
+ int state;
+
+ string currentseq;
};