Forum_Deutsches_Museum_Inte.../src/main.cpp
Jana Gumbert 27682266f3 2.kommi
2019-05-03 22:22:09 +02:00

11 lines
250 B
C++

#include "ofMain.h"
#include "ofApp.h"
//========================================================================
int main() {
ofSetupOpenGL(1000, 1000, OF_WINDOW); // <-------- setup the GL context
ofRunApp(new ofApp());
}
//hahahahahahahahha