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