OpenMW
|
#include <activespells.hpp>
Classes | |
struct | ActiveSpellParams |
Public Types | |
typedef std::multimap < std::string, ActiveSpellParams > | TContainer |
Public Member Functions | |
void | load (ESMReader &esm) |
void | save (ESMWriter &esm) const |
Public Attributes | |
TContainer | mSpells |
typedef std::multimap<std::string, ActiveSpellParams > ESM::ActiveSpells::TContainer |
void ESM::ActiveSpells::load | ( | ESMReader & | esm | ) |
void ESM::ActiveSpells::save | ( | ESMWriter & | esm | ) | const |
TContainer ESM::ActiveSpells::mSpells |