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

Function main

examples/TEST_Animate2D.cpp:275–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273};
274
275int main()
276{
277 TEST_Animate2D demo;
278 if (demo.Construct(640, 480, 2, 2))
279 demo.Start();
280 return 0;
281}

Callers

nothing calls this directly

Calls 2

ConstructMethod · 0.80
StartMethod · 0.45

Tested by

no test coverage detected