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