Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ ThreadStartUp
Method
ThreadStartUp
olcPixelGameEngine.h:7023–7026 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7021
}
7022
7023
virtual olc::rcode ThreadStartUp() override
7024
{
7025
return olc::rcode::OK;
7026
}
7027
7028
virtual olc::rcode ThreadCleanUp() override
7029
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected