diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 23:41:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 23:41:38 +0300 |
commit | a48e2d5021dcbf11fc6998e8cbf688e1ffb9e90e (patch) | |
tree | 7777eeb567155e646e6f5b7de7aad608f6739ecc /src/resources/sdlimagehelper.cpp | |
parent | 108f82f16f56e5fcc0f92e7233d378e559779e74 (diff) | |
download | plus-a48e2d5021dcbf11fc6998e8cbf688e1ffb9e90e.tar.gz plus-a48e2d5021dcbf11fc6998e8cbf688e1ffb9e90e.tar.bz2 plus-a48e2d5021dcbf11fc6998e8cbf688e1ffb9e90e.tar.xz plus-a48e2d5021dcbf11fc6998e8cbf688e1ffb9e90e.zip |
Move dyepalatte into separate file.
Diffstat (limited to 'src/resources/sdlimagehelper.cpp')
-rw-r--r-- | src/resources/sdlimagehelper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/sdlimagehelper.cpp b/src/resources/sdlimagehelper.cpp index 0858a9908..16f0b45ba 100644 --- a/src/resources/sdlimagehelper.cpp +++ b/src/resources/sdlimagehelper.cpp @@ -24,11 +24,11 @@ #include "resources/sdlimagehelper.h" -#include "resources/dye.h" - #include "logger.h" #include "main.h" +#include "resources/dye.h" +#include "resources/dyepalette.h" #include "resources/image.h" #include "utils/sdlcheckutils.h" |