rt300@0: #include "ofMain.h" rt300@0: #include "testApp.h" rt300@0: rt300@47: rt300@0: rt300@0: int main(){ rt300@39: //ofAppiPhoneWindow * iOSWindow = new ofAppiPhoneWindow(); rt300@39: //iOSWindow->enableAntiAliasing(2); rt300@39: //iOSWindow->enableRetinaSupport(); rt300@39: rt300@0: ofSetupOpenGL(1024,768, OF_FULLSCREEN); // <-------- setup the GL context rt300@0: ofRunApp(new testApp); rt300@0: }