summaryrefslogtreecommitdiff
path: root/menuApp/src/ofApp.h
diff options
context:
space:
mode:
authortim <tim@eclectronics.org>2017-03-25 01:11:08 +0000
committertim <tim@eclectronics.org>2017-03-25 01:11:08 +0000
commit74be885fc585d3865116e353ac13de94a5d688c7 (patch)
tree78ca003504a4faa283c377387ccfa23901b2600b /menuApp/src/ofApp.h
parentc3682e9873a4e9a5518f2734373b12e3b6d11e45 (diff)
add ec2
Diffstat (limited to 'menuApp/src/ofApp.h')
-rw-r--r--menuApp/src/ofApp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/menuApp/src/ofApp.h b/menuApp/src/ofApp.h
index ceafb00..21d84de 100644
--- a/menuApp/src/ofApp.h
+++ b/menuApp/src/ofApp.h
@@ -3,6 +3,7 @@
#include "ofMain.h"
#include "ofxInstagram.h"
#include "ofxThreadedImageLoader.h"
+#include "ofxTextSuite.h"
#define IMAGE_SLOTS 5
#define FACTOR 0.9
@@ -38,5 +39,8 @@ class ofApp : public ofBaseApp{
ofTrueTypeFont type14;
//ofImage images[5];
+
+ ofxTextBlock myText;
+ TextBlockAlignment alignment; //constants for controlling state
};