diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-24 23:09:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-24 23:14:31 +0300 |
commit | d0a3a9f0f6dd3571e9f3a15bf4f8493a46d69eef (patch) | |
tree | d7204315244dc0a820df3c7834647893e83653e7 /src/resources/animation | |
parent | 21ea310d2fa35a38efdd63e01685262dd77f8bad (diff) | |
download | plus-d0a3a9f0f6dd3571e9f3a15bf4f8493a46d69eef.tar.gz plus-d0a3a9f0f6dd3571e9f3a15bf4f8493a46d69eef.tar.bz2 plus-d0a3a9f0f6dd3571e9f3a15bf4f8493a46d69eef.tar.xz plus-d0a3a9f0f6dd3571e9f3a15bf4f8493a46d69eef.zip |
Move resourcemanager into subdirectory.
Diffstat (limited to 'src/resources/animation')
-rw-r--r-- | src/resources/animation/simpleanimation.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/animation/simpleanimation.cpp b/src/resources/animation/simpleanimation.cpp index 8f0bfba0b..bc67ad747 100644 --- a/src/resources/animation/simpleanimation.cpp +++ b/src/resources/animation/simpleanimation.cpp @@ -27,12 +27,13 @@ #include "render/graphics.h" #include "resources/imageset.h" -#include "resources/resourcemanager.h" #include "resources/animation/animation.h" #include "resources/dye/dye.h" +#include "resources/resourcemanager/resourcemanager.h" + #include "utils/delete2.h" #include "debug.h" |