h2-mod/src/client/component/notifies.hpp

10 lines
238 B
C++
Raw Normal View History

#pragma once
namespace notifies
{
extern std::unordered_map<const char*, sol::protected_function> vm_execute_hooks;
extern bool hook_enabled;
2021-09-16 18:12:54 -04:00
void add_entity_damage_callback(const sol::protected_function&);
void clear_callbacks();
}