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

Method ThreadStartUp

olcPixelGameEngine.h:7654–7657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7652 }
7653
7654 virtual olc::rcode ThreadStartUp() override
7655 {
7656 return olc::rcode::OK;
7657 }
7658
7659 virtual olc::rcode ThreadCleanUp() override
7660 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected