MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / main

Function main

examples/TEST_QuickGUI.cpp:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218};
219
220int main()
221{
222 olcDemo_QuickGUI demo;
223 if (demo.Construct(256, 240, 4, 4))
224 demo.Start();
225 return 0;
226}

Callers

nothing calls this directly

Calls 2

ConstructMethod · 0.80
StartMethod · 0.45

Tested by

no test coverage detected