h2-mod/src/client/component/notifies.hpp
Federico Cecchetto 87545c31d7 Client
2021-09-07 00:40:37 +02:00

9 lines
172 B
C++

#pragma once
namespace notifies
{
extern std::unordered_map<const char*, sol::protected_function> vm_execute_hooks;
extern bool hook_enabled;
void clear_callbacks();
}