refactor EngineController.cpp

This commit is contained in:
MihailRis
2024-07-24 17:44:43 +03:00
parent 18d473b673
commit 0de4061253
3 changed files with 41 additions and 60 deletions
+2
View File
@@ -26,6 +26,8 @@ namespace menus {
);
void show_process_panel(Engine* engine, const std::shared_ptr<Task>& task, const std::wstring& text=L"");
bool call(Engine* engine, runnable func);
}
#endif // FRONTEND_MENU_MENU_HPP_