|
Spellforce-Spell-framework
|
#include "sf_spellend_registry.h"#include "../../core/sf_wrappers.h"#include "../../handlers/sf_spellend_handlers.h"#include "../../core/sf_modloader.h"#include <iostream>#include <map>#include <cstdint>
Go to the source code of this file.
Functions | |
| void | registerSpellEndHandler (uint16_t spell_line, handler_ptr handler) |
| handler_ptr | get_spell_end (uint16_t spell_line) |
| void | register_vanilla_spell_end_handlers () |
| handler_ptr get_spell_end | ( | uint16_t | spell_line | ) |
Definition at line 28 of file sf_spellend_registry.cpp.


| void register_vanilla_spell_end_handlers | ( | ) |
Definition at line 43 of file sf_spellend_registry.cpp.


| void registerSpellEndHandler | ( | uint16_t | spell_line, |
| handler_ptr | handler ) |
Definition at line 13 of file sf_spellend_registry.cpp.

