Spellforce-Spell-framework
Loading...
Searching...
No Matches
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"
6#include "../core/sf_hooks.h"
7#include <list>
8
9extern std::list<SFSpell *> g_internal_spell_list;
10extern void register_mod_spells();
11
12// TODO Clean this up, move to spell API
13uint16_t __thiscall getSpellTags(uint16_t spell_line_id);
14
15#endif // MOD_REGISTRY_H
std::list< SFSpell * > g_internal_spell_list
void register_mod_spells()
Registers the mod spells and performs basic conflict checking.
uint16_t __thiscall getSpellTags(uint16_t spell_line_id)