refactor EngineController

This commit is contained in:
MihailRis
2025-04-02 15:01:24 +03:00
parent 4d1a2b3764
commit 45ccf893ae
7 changed files with 179 additions and 175 deletions
+1 -1
View File
@@ -32,5 +32,5 @@ namespace menus {
const std::wstring& text = L""
);
bool call(Engine& engine, runnable func);
void call(Engine& engine, runnable func);
}