Mercurial > hg > soniczoomios
view main.mm @ 47:0d3a993405e4
trying rto stop duplictae symbols
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 01 May 2013 16:47:11 +0100 |
parents | df7c08faf541 |
children |
line wrap: on
line source
#include "ofMain.h" #include "testApp.h" int main(){ //ofAppiPhoneWindow * iOSWindow = new ofAppiPhoneWindow(); //iOSWindow->enableAntiAliasing(2); //iOSWindow->enableRetinaSupport(); ofSetupOpenGL(1024,768, OF_FULLSCREEN); // <-------- setup the GL context ofRunApp(new testApp); }