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

Method ApplicationStartUp

olcPixelGameEngine.h:5175–5175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5173 }
5174
5175 virtual olc::rcode ApplicationStartUp() { return olc::rcode::OK; }
5176 virtual olc::rcode ApplicationCleanUp() { return olc::rcode::OK; }
5177 virtual olc::rcode ThreadStartUp() { return olc::rcode::OK; }
5178 virtual olc::rcode ThreadCleanUp() { return olc::rcode::OK; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected