aboutsummaryrefslogtreecommitdiffstats
path: root/ofxMaxim/examples/iOS/ofxMaximiPhone0062Example/src/main.mm
blob: a0b6b4c38f31edb745742d9194fd579b3eacdf28 (plain)
1
2
3
4
5
6
7
8
#include "ofMain.h"
#include "testApp.h"

int main(){
	ofSetupOpenGL(1024,768, OF_FULLSCREEN);			// <-------- setup the GL context

	ofRunApp(new testApp);
}