#include <list>
#include <map>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | EmoteDB |
Classes | |
struct | EmoteSprite |
struct | EmoteInfo |
Typedefs | |
typedef std::map< int, EmoteInfo * > | EmoteInfos |
typedef EmoteInfos::iterator | EmoteDB::EmoteInfosIterator |
Functions | |
void | EmoteDB::load () |
void | EmoteDB::unload () |
const EmoteInfo * | EmoteDB::get (int id) |
const AnimatedSprite * | EmoteDB::getAnimation (int id) |
const int & | EmoteDB::getLast () |
typedef std::map<int, EmoteInfo*> EmoteInfos |