Spellforce-Spell-framework
Loading...
Searching...
No Matches
src
internal
registry
sf_mod_registry.h
Go to the documentation of this file.
1
#ifndef MOD_REGISTRY_H
2
#define MOD_REGISTRY_H
3
#include "
../../api/sfsf.h
"
4
#include "
../core/sf_modloader.h
"
5
#include "
../core/sf_wrappers.h
"
6
#include "
../core/sf_hooks.h
"
7
#include <list>
8
9
extern
std::list<SFSpell *>
g_internal_spell_list
;
10
extern
void
register_mod_spells
();
11
12
// TODO Clean this up, move to spell API
13
uint16_t __thiscall
getSpellTags
(uint16_t spell_line_id);
14
15
#endif
// MOD_REGISTRY_H
sf_hooks.h
g_internal_spell_list
std::list< SFSpell * > g_internal_spell_list
Definition
sf_mod_registry.cpp:25
register_mod_spells
void register_mod_spells()
Registers the mod spells and performs basic conflict checking.
Definition
sf_mod_registry.cpp:143
getSpellTags
uint16_t __thiscall getSpellTags(uint16_t spell_line_id)
Definition
sf_mod_registry.cpp:117
sf_modloader.h
sf_wrappers.h
sfsf.h
Generated by
1.12.0