init
This commit is contained in:
15
src/client/component/notifies.hpp
Normal file
15
src/client/component/notifies.hpp
Normal 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();
|
||||
}
|
Reference in New Issue
Block a user