diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-21 00:58:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-21 00:58:50 +0300 |
commit | 8e5f09c54a7c48e24f2c5be073c75b4f93b5fd15 (patch) | |
tree | 833e52bcf6c18699487b2b4499becd9dee3cab04 /src/simpleanimation.cpp | |
parent | ee604eb07a7acededf351c3ac194e437223c2015 (diff) | |
download | plus-8e5f09c54a7c48e24f2c5be073c75b4f93b5fd15.tar.gz plus-8e5f09c54a7c48e24f2c5be073c75b4f93b5fd15.tar.bz2 plus-8e5f09c54a7c48e24f2c5be073c75b4f93b5fd15.tar.xz plus-8e5f09c54a7c48e24f2c5be073c75b4f93b5fd15.zip |
Move dye related files into dye directory.
Diffstat (limited to 'src/simpleanimation.cpp')
-rw-r--r-- | src/simpleanimation.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simpleanimation.cpp b/src/simpleanimation.cpp index 9a82fe9fa..877b51e7c 100644 --- a/src/simpleanimation.cpp +++ b/src/simpleanimation.cpp @@ -27,10 +27,11 @@ #include "render/graphics.h" #include "resources/animation.h" -#include "resources/dye.h" #include "resources/imageset.h" #include "resources/resourcemanager.h" +#include "resources/dye/dye.h" + #include "utils/delete2.h" #include "debug.h" |