diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-29 01:23:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-29 01:23:47 +0300 |
commit | bf41f3154225eb49d9d6f83563f157d1f9ce3f6b (patch) | |
tree | 570eb33f7469dfe7cf3bb6912cd507b4611fa927 /src/resources/mapreader.cpp | |
parent | c1e8335738200b3c217956e897eba8f6faaf6f41 (diff) | |
download | plus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.gz plus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.bz2 plus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.xz plus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.zip |
Move animation into animation directory.
Diffstat (limited to 'src/resources/mapreader.cpp')
-rw-r--r-- | src/resources/mapreader.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/mapreader.cpp b/src/resources/mapreader.cpp index be4b4cb67..a2f493f0d 100644 --- a/src/resources/mapreader.cpp +++ b/src/resources/mapreader.cpp @@ -36,11 +36,12 @@ #include "resources/map/mapheights.h" #include "resources/map/tileset.h" -#include "resources/animation.h" #include "resources/beingcommon.h" #include "resources/image.h" #include "resources/resourcemanager.h" +#include "resources/animation/animation.h" + #ifdef USE_OPENGL #include "resources/db/mapdb.h" #endif |