diff options
Diffstat (limited to 'src/resources/emotedb.h')
-rw-r--r-- | src/resources/emotedb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index c747042d5..3e4cd7789 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -77,6 +77,8 @@ namespace EmoteDB const bool allowNull = false) A_WARN_UNUSED; + AnimatedSprite *getClone(int id, const bool allowNull); + const EmoteSprite *getSprite(const int id, const bool allowNull = false) A_WARN_UNUSED; |