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

Function main

olcExampleProgram.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30int main()
31{
32 Example demo;
33 if (demo.Construct(256, 240, 4, 4))
34 demo.Start();
35
36 return 0;
37}

Callers

nothing calls this directly

Calls 2

ConstructMethod · 0.80
StartMethod · 0.45

Tested by

no test coverage detected