Spellforce-Spell-framework
|
#include "../../handlers/sf_spelltype_handlers.h"
#include "../../core/sf_hooks.h"
#include "../../core/sf_wrappers.h"
#include "../../core/sf_modloader.h"
#include "sf_spelltype_registry.h"
#include "../sf_registry.h"
#include <map>
#include <cstdio>
Go to the source code of this file.
Functions | |
void __thiscall | initializeSpellData (SF_CGdSpell *_this, uint16_t spell_id, SpellDataKey key) |
handler_ptr | get_spell_handler (const uint16_t key) |
void | registerSpellTypeHandler (uint16_t spell_index, handler_ptr handler) |
handler_ptr get_spell_handler | ( | const uint16_t | key | ) |
Definition at line 19 of file sf_spelltype_registry.cpp.
void __thiscall initializeSpellData | ( | SF_CGdSpell * | _this, |
uint16_t | spell_id, | ||
SpellDataKey | key ) |
Definition at line 13 of file sf_spelltype_registry.cpp.
void registerSpellTypeHandler | ( | uint16_t | spell_index, |
handler_ptr | handler ) |
Definition at line 31 of file sf_spelltype_registry.cpp.