Spellforce-Spell-framework
|
#include "../../../api/sf_effect_functions.h"
#include "../../handlers/sf_sub_effect_handlers.h"
#include "../../core/sf_hooks.h"
#include "../../core/sf_wrappers.h"
#include "../../core/sf_modloader.h"
#include "../sf_registry.h"
#include <map>
#include <cstdio>
Go to the source code of this file.
Functions | |
void | registerSubEffectHandler (uint16_t spell_line, sub_effect_handler_ptr handler) |
sub_effect_handler_ptr | get_sub_effect_handler (uint16_t spell_line) |
void | register_vanilla_sub_effect_handlers () |
sub_effect_handler_ptr get_sub_effect_handler | ( | uint16_t | spell_line | ) |
Definition at line 29 of file sf_subeffect_registry.cpp.
void register_vanilla_sub_effect_handlers | ( | ) |
Definition at line 43 of file sf_subeffect_registry.cpp.
void registerSubEffectHandler | ( | uint16_t | spell_line, |
sub_effect_handler_ptr | handler ) |
Definition at line 13 of file sf_subeffect_registry.cpp.