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

Method ApplicationStartUp

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

Source from the content-addressed store, hash-verified

6711
6712 public:
6713 virtual olc::rcode ApplicationStartUp() override { return olc::rcode::OK; }
6714 virtual olc::rcode ApplicationCleanUp() override { return olc::rcode::OK; }
6715 virtual olc::rcode ThreadStartUp() override { return olc::rcode::OK; }
6716

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected