--------------------------------------------------------------
| 3 | |
| 4 | //-------------------------------------------------------------- |
| 5 | int main(){ |
| 6 | ofAppGlutWindow window; // create a window |
| 7 | // set width, height, mode (OF_WINDOW or OF_FULLSCREEN) |
| 8 | ofSetupOpenGL(&window, 1024, 768, OF_WINDOW); |
| 9 | ofRunApp(new testApp()); // start the app |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected