| 5176 | virtual olc::rcode ApplicationCleanUp() { return olc::rcode::OK; } |
| 5177 | virtual olc::rcode ThreadStartUp() { return olc::rcode::OK; } |
| 5178 | virtual olc::rcode ThreadCleanUp() { return olc::rcode::OK; } |
| 5179 | virtual olc::rcode CreateGraphics(bool bFullScreen, bool bEnableVSYNC, const olc::vi2d& vViewPos, const olc::vi2d& vViewSize) { return olc::rcode::OK; } |
| 5180 | virtual olc::rcode CreateWindowPane(const olc::vi2d& vWindowPos, olc::vi2d& vWindowSize, bool bFullScreen) { return olc::rcode::OK; } |
| 5181 | virtual olc::rcode SetWindowTitle(const std::string& s) { return olc::rcode::OK; } |
nothing calls this directly
no outgoing calls
no test coverage detected