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

Function main

examples/TEST_Hardware3D.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203};
204
205int main()
206{
207 Quad3D demo;
208 if (demo.Construct(1280, 720, 1, 1, false, false))
209 demo.Start();
210 return 0;
211}

Callers

nothing calls this directly

Calls 2

ConstructMethod · 0.80
StartMethod · 0.45

Tested by

no test coverage detected