From 74be885fc585d3865116e353ac13de94a5d688c7 Mon Sep 17 00:00:00 2001 From: tim Date: Sat, 25 Mar 2017 01:11:08 +0000 Subject: add ec2 --- menuApp/src/ofApp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'menuApp/src/ofApp.h') 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 }; -- cgit v1.2.3