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

View File

@@ -52,13 +52,13 @@ namespace smoke_api {
extern Config config;
extern HMODULE self_module;
extern HMODULE original_library;
extern bool is_hook_mode;
extern Path self_directory;
void init(HMODULE self_module);
void init(HMODULE module_handle);
void shutdown();