Mercurial > hg > soniczoomios
diff testApp.h @ 32:ab7c86d0f3d8
V0.3 SZBeta sent out. bristol tests.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 08 Mar 2013 14:54:55 +0000 |
parents | fabb3a5cdfc9 |
children | 92dba082d957 |
line wrap: on
line diff
--- a/testApp.h Fri Mar 01 13:28:45 2013 +0000 +++ b/testApp.h Fri Mar 08 14:54:55 2013 +0000 @@ -3,6 +3,7 @@ #include "ofMain.h" #include "ofxiPhone.h" #include "ofxiPhoneExtras.h" +#include "ofxiPhoneExternalDisplay.h" #include "ofxOsc.h" #include "grid.h" #include "2dvector.h" @@ -31,7 +32,7 @@ typedef enum {SLIDERS,ZOOMER,BOTH,INTRO,QUESTIONNAIRE, HELP}interfaceType; -class testApp : public ofxiPhoneApp { +class testApp : public ofxiPhoneApp , public ofxiPhoneExternalDisplay{ public: