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