diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-06 19:02:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-06 19:02:06 +0300 |
commit | befcee0b12005706f29650cfbef425fc3b8a77b0 (patch) | |
tree | 494bf82ec509a80a534d895cffad07f50af7fea4 /src/resources/db/emotedb.h | |
parent | f4ccfe30c324365123c50bb56cd4b8166bd1f494 (diff) | |
download | plus-befcee0b12005706f29650cfbef425fc3b8a77b0.tar.gz plus-befcee0b12005706f29650cfbef425fc3b8a77b0.tar.bz2 plus-befcee0b12005706f29650cfbef425fc3b8a77b0.tar.xz plus-befcee0b12005706f29650cfbef425fc3b8a77b0.zip |
In crazy moves A add support for all emotes.
Diffstat (limited to 'src/resources/db/emotedb.h')
-rw-r--r-- | src/resources/db/emotedb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/db/emotedb.h b/src/resources/db/emotedb.h index 02683a99a..29a2a8de4 100644 --- a/src/resources/db/emotedb.h +++ b/src/resources/db/emotedb.h @@ -87,6 +87,10 @@ namespace EmoteDB const int &getLast() A_WARN_UNUSED; + int getIdByIndex(const int index); + + int size(); + typedef EmoteInfos::iterator EmoteInfosIterator; } // namespace EmoteDB |