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/game.cpp | |
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/game.cpp')
-rw-r--r-- | src/game.cpp | 3 |
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" |