ManaPlus
|
Go to the source code of this file.
Namespaces | |
BadgesDB | |
Typedefs | |
typedef std::map< std::string, std::string > | BadgesInfos |
typedef BadgesInfos::const_iterator | BadgesInfosIter |
Functions | |
void | BadgesDB::load () |
void | BadgesDB::unload () |
const std::string | BadgesDB::getGuildBadge (const std::string &name) |
const std::string | BadgesDB::getNameBadge (const std::string &name) |
const std::string | BadgesDB::getPartyBadge (const std::string &name) |
const std::string | BadgesDB::getClanBadge (const std::string &name) |
typedef std::map<std::string, std::string> BadgesInfos |
Definition at line 30 of file badgesdb.h.
typedef BadgesInfos::const_iterator BadgesInfosIter |
Definition at line 31 of file badgesdb.h.