MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / ~Platform

Method ~Platform

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

Source from the content-addressed store, hash-verified

1285 {
1286 public:
1287 virtual ~Platform() = default;
1288 virtual olc::rcode ApplicationStartUp() = 0;
1289 virtual olc::rcode ApplicationCleanUp() = 0;
1290 virtual olc::rcode ThreadStartUp() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected