refactor: Cleanup develhook logic

> refactor hooks::devel to work better with hooks::wmisc
> minor naming consistency changes
This commit is contained in:
[ ]
2025-12-17 00:00:40 +09:00
parent 7f63b77ab3
commit 56e8e7456b
6 changed files with 253 additions and 205 deletions
+3
View File
@@ -2069,6 +2069,9 @@ int main_implementation(int argc, char *argv[]) {
// load game
avs::game::load_dll();
// devel attach
hooks::devel::attach();
// attach games
for (auto game : games) {
game->attach();