1 #ifndef OPENMW_ESM_SPELLLIST_H
2 #define OPENMW_ESM_SPELLLIST_H
21 bool exists(
const std::string& spell)
const;
Definition: esmreader.hpp:21
void save(ESMWriter &esm) const
Definition: spelllist.cpp:13
Definition: esmwriter.hpp:17
Definition: spelllist.hpp:16
std::vector< std::string > mList
Definition: spelllist.hpp:18
void add(ESMReader &esm)
Load one spell, assumes the subrecord name was already read.
Definition: spelllist.cpp:8
bool exists(const std::string &spell) const
Is this spell ID in mList?
Definition: spelllist.cpp:20