| 16 | } |
| 17 | |
| 18 | Engine::~Engine() { |
| 19 | m_request_terminate = false; |
| 20 | Logging::Logger::Flush(); |
| 21 | ZENGINE_CORE_INFO("Engine destroyed"); |
| 22 | } |
| 23 | |
| 24 | void Engine::Initialize() { |
| 25 | if (!m_window->HasContext()) { |
nothing calls this directly
no outgoing calls
no test coverage detected