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

Method ThreadStartUp

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

Source from the content-addressed store, hash-verified

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
6717 virtual olc::rcode ThreadCleanUp() override
6718 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected