view main.mm @ 40:af06bb942d58

Commit Before reverting to beta release to generate dSYM.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 12 Apr 2013 16:13:42 +0100
parents df7c08faf541
children 0d3a993405e4
line wrap: on
line source
#include "ofMain.h"
#include "testApp.h"

Grid theGridView; // global because it saves PAIN

int main(){
    //ofAppiPhoneWindow * iOSWindow = new ofAppiPhoneWindow();
    //iOSWindow->enableAntiAliasing(2);
    //iOSWindow->enableRetinaSupport();
    
	ofSetupOpenGL(1024,768, OF_FULLSCREEN);			// <-------- setup the GL context
	ofRunApp(new testApp);
}