|
Spellforce-Spell-framework
|
#include "../../core/sf_hooks.h"#include "../../core/sf_wrappers.h"#include "../../core/sf_modloader.h"#include "../../handlers/sf_spellrefresh_handlers.h"#include "sf_spellrefresh_registry.h"#include "sf_spelltype_registry.h"#include "../sf_registry.h"#include <map>#include <cstdio>
Go to the source code of this file.
Functions | |
| void | registerSpellRefreshHandler (uint16_t spell_line_id, refresh_handler_ptr handler) |
| refresh_handler_ptr | get_spell_refresh (uint16_t spell_line_id) |
| void | register_vanilla_spell_refresh_handlers () |
| refresh_handler_ptr get_spell_refresh | ( | uint16_t | spell_line_id | ) |
Definition at line 31 of file sf_spellrefresh_registry.cpp.


| void register_vanilla_spell_refresh_handlers | ( | ) |
Definition at line 47 of file sf_spellrefresh_registry.cpp.


| void registerSpellRefreshHandler | ( | uint16_t | spell_line_id, |
| refresh_handler_ptr | handler ) |
Definition at line 14 of file sf_spellrefresh_registry.cpp.

