diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-20 18:33:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-20 18:33:36 +0300 |
commit | 982d842ce7006888cb943249efaa59db9607346d (patch) | |
tree | 2f82f029ef180ecb78dab4cb0be010de1880fd4d /src/resources/db | |
parent | a6d1f7f9abdedce7c03056408ed2172792abce53 (diff) | |
download | plus-982d842ce7006888cb943249efaa59db9607346d.tar.gz plus-982d842ce7006888cb943249efaa59db9607346d.tar.bz2 plus-982d842ce7006888cb943249efaa59db9607346d.tar.xz plus-982d842ce7006888cb943249efaa59db9607346d.zip |
Move animatedsprite into sprite directory.
Diffstat (limited to 'src/resources/db')
-rw-r--r-- | src/resources/db/emotedb.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/db/emotedb.cpp b/src/resources/db/emotedb.cpp index eb5eef418..688df188b 100644 --- a/src/resources/db/emotedb.cpp +++ b/src/resources/db/emotedb.cpp @@ -21,7 +21,6 @@ #include "resources/db/emotedb.h" -#include "animatedsprite.h" #include "client.h" #include "logger.h" @@ -31,6 +30,8 @@ #include "resources/emoteinfo.h" #include "resources/emotesprite.h" +#include "resources/sprite/animatedsprite.h" + #include "debug.h" namespace |