1 2 3 4 5 6
#include "exampleApp.h" int main() { ofSetupOpenGL(800,700,OF_WINDOW); ofRunApp(new exampleApp()); }