23 #ifndef RESOURCES_DB_EMOTEDB_H
24 #define RESOURCES_DB_EMOTEDB_H
std::map< int, int > EmoteToEmote
std::map< int, EmoteInfo * > EmoteInfos
const int & getLast() A_CONST
const EmoteInfo * get2(int id, const bool allowNull)
void loadSpecialXmlFile(const std::string &fileName, const SkipError skipError)
void loadXmlFile(const std::string &fileName, const SkipError skipError)
const EmoteInfo * get(const int id, const bool allowNull)
int getIdByIndex(const int index)
const EmoteSprite * getSprite(const int id, const bool allowNull)
EmoteInfos::iterator EmoteInfosIterator