#include <map>
Go to the source code of this file.
Namespaces | |
namespace | MonsterDB |
Typedefs | |
typedef std::map< int, MonsterInfo * > | MonsterDB::MonsterInfos |
typedef MonsterInfos::iterator | MonsterDB::MonsterInfoIterator |
Functions | |
void | MonsterDB::load () |
void | MonsterDB::unload () |
const MonsterInfo & | MonsterDB::get (int id) |