| 52 | } |
| 53 | |
| 54 | ZEngine::Ref<ZEngine::EngineConfiguration> Editor::GetCurrentEngineConfiguration() const { |
| 55 | return m_engine_configuration; |
| 56 | } |
| 57 | |
| 58 | void Editor::LoggerMessageCallback(std::vector<std::string> message) const { |
| 59 | IMessenger::SendAsync<ZEngine::Components::UI::UIComponent, GenericMessage<std::vector<std::string>>>( |
nothing calls this directly
no outgoing calls
no test coverage detected