summaryrefslogtreecommitdiff
path: root/src/resources/sprite/animatedsprite.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-29 01:23:47 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-29 01:23:47 +0300
commitbf41f3154225eb49d9d6f83563f157d1f9ce3f6b (patch)
tree570eb33f7469dfe7cf3bb6912cd507b4611fa927 /src/resources/sprite/animatedsprite.cpp
parentc1e8335738200b3c217956e897eba8f6faaf6f41 (diff)
downloadManaVerse-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.gz
ManaVerse-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.bz2
ManaVerse-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.xz
ManaVerse-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.zip
Move animation into animation directory.
Diffstat (limited to 'src/resources/sprite/animatedsprite.cpp')
-rw-r--r--src/resources/sprite/animatedsprite.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/sprite/animatedsprite.cpp b/src/resources/sprite/animatedsprite.cpp
index 32a0cf983..f06a3cc6a 100644
--- a/src/resources/sprite/animatedsprite.cpp
+++ b/src/resources/sprite/animatedsprite.cpp
@@ -29,11 +29,12 @@
#include "render/graphics.h"
#include "resources/action.h"
-#include "resources/animation.h"
#include "resources/delayedmanager.h"
#include "resources/image.h"
#include "resources/resourcemanager.h"
+#include "resources/animation/animation.h"
+
#include "utils/delete2.h"
#include "debug.h"