ManaPlus
|
Go to the source code of this file.
Namespaces | |
HorseDB | |
Typedefs | |
typedef std::map< int, HorseInfo * > | HorseInfos |
typedef HorseInfos::iterator | HorseDB::HorseInfosIterator |
Functions | |
void | HorseDB::load () |
void | HorseDB::loadXmlFile (const std::string &fileName, const SkipError skipError) |
void | HorseDB::loadSpecialXmlFile (const std::string &fileName, const SkipError skipError) |
void | HorseDB::unload () |
HorseInfo * | HorseDB::get (const int id, const bool allowNull) |
int | HorseDB::size () |
typedef std::map<int, HorseInfo*> HorseInfos |