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