rt300@0: #include "ofMain.h" rt300@0: #include "testApp.h" rt300@0: rt300@0: Grid theGridView; // global because it saves PAIN rt300@0: rt300@0: int main(){ rt300@0: ofSetupOpenGL(1024,768, OF_FULLSCREEN); // <-------- setup the GL context rt300@0: ofRunApp(new testApp); rt300@0: }