Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_spellend_registry.h
Go to the documentation of this file.
1#ifndef SF_SPELLEND_REGISTRY_H
2#define SF_SPELLEND_REGISTRY_H
3
4#include "../../../api/sfsf.h"
5
6extern handler_ptr get_spell_end(const uint16_t spell_job);
7extern void registerSpellEndHandler(uint16_t spell_job, handler_ptr handler);
9
10#endif
void(__thiscall * handler_ptr)(SF_CGdSpell *, uint16_t)
void registerSpellEndHandler(uint16_t spell_job, handler_ptr handler)
void __thiscall register_vanilla_spell_end_handlers()
handler_ptr get_spell_end(const uint16_t spell_job)