#pragma once namespace notifies { extern std::unordered_map vm_execute_hooks; extern bool hook_enabled; void clear_callbacks(); }