diff options
Diffstat (limited to 'menuApp/src/ofApp.h')
| -rw-r--r-- | menuApp/src/ofApp.h | 4 |
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 }; |
