summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-20 18:33:36 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-20 18:33:36 +0300
commit982d842ce7006888cb943249efaa59db9607346d (patch)
tree2f82f029ef180ecb78dab4cb0be010de1880fd4d /src/game.cpp
parenta6d1f7f9abdedce7c03056408ed2172792abce53 (diff)
downloadplus-982d842ce7006888cb943249efaa59db9607346d.tar.gz
plus-982d842ce7006888cb943249efaa59db9607346d.tar.bz2
plus-982d842ce7006888cb943249efaa59db9607346d.tar.xz
plus-982d842ce7006888cb943249efaa59db9607346d.zip
Move animatedsprite into sprite directory.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 29dcca1df..a6aa8e8cb 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -23,7 +23,6 @@
#include "game.h"
#include "actormanager.h"
-#include "animatedsprite.h"
#include "client.h"
#include "configuration.h"
#include "dropshortcut.h"
@@ -115,6 +114,8 @@
#include "resources/map/map.h"
+#include "resources/sprite/animatedsprite.h"
+
#include "utils/delete2.h"
#include "utils/gettext.h"
#include "utils/mkdir.h"