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

Function main

examples/TEST_Patches.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120};
121
122int main()
123{
124 TEST_Patches demo;
125 if (demo.Construct(1280, 720, 1, 1, false, false))
126 demo.Start();
127 return 0;
128}

Callers

nothing calls this directly

Calls 2

ConstructMethod · 0.80
StartMethod · 0.45

Tested by

no test coverage detected