MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / main

Function main

Duration/src/main.cpp:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd){
39#else
40int main(){
41#endif
42 ofAppGlutWindow window; // create a window
43 // set width, height, mode (OF_WINDOW or OF_FULLSCREEN)
44 ofSetupOpenGL(&window, 1300, 768, OF_WINDOW);
45 ofSetWindowTitle("Duration");
46 ofRunApp(new testApp()); // start the app
47}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected