aboutsummaryrefslogtreecommitdiffstats
path: root/ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp
blob: a2c9990583a05725cd81e1c8d12e8ff5443e82fa (plain)
1
2
3
4
5
6
7
8
#include "ofMain.h"
#include "ofApp.h"

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

	ofRunApp(new ofApp);
}