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

Method ApplicationCleanUp

olcPixelGameEngine.h:7017–7021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7015 }
7016
7017 virtual olc::rcode ApplicationCleanUp() override
7018 {
7019 XDestroyWindow(olc_Display, olc_Window);
7020 return olc::rcode::OK;
7021 }
7022
7023 virtual olc::rcode ThreadStartUp() override
7024 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected