#include "ofApp.h" int main() { ofSetupOpenGL(1600, 900, OF_WINDOW); ofRunApp(new ofApp()); }