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

Method ApplicationStartUp

olcPixelGameEngine.h:7012–7015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7010
7011 public:
7012 virtual olc::rcode ApplicationStartUp() override
7013 {
7014 return olc::rcode::OK;
7015 }
7016
7017 virtual olc::rcode ApplicationCleanUp() override
7018 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected