bump to v2, koalageddon mode improvements

This commit is contained in:
acidicoala
2023-01-05 17:13:34 +03:00
parent 89fa851943
commit 6f43e5ee9b
16 changed files with 230 additions and 112 deletions

5
src/core/globals.hpp Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
namespace globals {
extern HMODULE self_module;
}