summaryrefslogtreecommitdiff
path: root/src/animatedsprite.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-20 18:23:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-20 18:23:50 +0300
commita6d1f7f9abdedce7c03056408ed2172792abce53 (patch)
tree72f08877deade7b93e1386fc16d94b1a89f27c6b /src/animatedsprite.h
parent5b0636a4bf89b22ec5e18fd41f9c9d122034b7a8 (diff)
downloadplus-a6d1f7f9abdedce7c03056408ed2172792abce53.tar.gz
plus-a6d1f7f9abdedce7c03056408ed2172792abce53.tar.bz2
plus-a6d1f7f9abdedce7c03056408ed2172792abce53.tar.xz
plus-a6d1f7f9abdedce7c03056408ed2172792abce53.zip
Move sprite.h into sprites directory.
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r--src/animatedsprite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h
index 10e378593..be27e5d10 100644
--- a/src/animatedsprite.h
+++ b/src/animatedsprite.h
@@ -23,7 +23,7 @@
#ifndef ANIMATEDSPRITE_H
#define ANIMATEDSPRITE_H
-#include "sprite.h"
+#include "resources/sprite/sprite.h"
class Animation;
class AnimationDelayLoad;