sys: Replace the terrible event manager with a much better one

This commit is contained in:
WerWolv
2021-03-27 11:36:36 +01:00
parent 688ca01b1b
commit d805d976a6
27 changed files with 206 additions and 227 deletions

View File

@@ -163,7 +163,7 @@ namespace hex {
code += "};\n";
View::postEvent(Events::AppendPatternLanguageCode, code.c_str());
EventManager::post<RequestAppendPatternLanguageCode>(code);
Py_RETURN_NONE;
}