From a79a1e6ac086355639fcbf995e1c6399199e4476 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 May 2012 23:26:03 +0300 Subject: Add alt emotes id support. Limit tmw emotes. --- src/resources/emotedb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/resources/emotedb.h') diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index 24ceb40db..847f3f0ee 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -42,6 +42,7 @@ struct EmoteInfo }; typedef std::map EmoteInfos; +typedef std::map EmoteToEmote; /** * Emote information database. @@ -56,6 +57,8 @@ namespace EmoteDB const AnimatedSprite *getAnimation(int id, bool allowNull = false); + const AnimatedSprite *getAnimation2(int id, bool allowNull = false); + const EmoteSprite *getSprite(int id, bool allowNull = false); const int &getLast(); -- cgit v1.2.3-60-g2f50