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/resources/imagehelper.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/resources/imagehelper.cpp')
-rw-r--r-- | src/resources/imagehelper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/imagehelper.cpp b/src/resources/imagehelper.cpp index 18e415972..c46c4e09c 100644 --- a/src/resources/imagehelper.cpp +++ b/src/resources/imagehelper.cpp @@ -24,8 +24,8 @@ #include "logger.h" -#include "resources/dye.h" -#include "resources/dyepalette.h" +#include "resources/dye/dye.h" +#include "resources/dye/dyepalette.h" #include "utils/sdlcheckutils.h" |