This commit is contained in:
2024-01-15 12:14:55 +01:00
commit 215030f626
294 changed files with 39223 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#pragma once
namespace notifies
{
extern bool hook_enabled;
void set_gsc_hook(const char* source, const char* target);
void clear_hook(const char* pos);
std::size_t get_hook_count();
void clear_callbacks();
void enable_vm_execute_hook();
void disable_vm_execute_hook();
}