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/gui/theme.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/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index c11132d8d..5e1c6e4c8 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -31,6 +31,7 @@ #include "gui/themeinfo.h" #include "resources/dye.h" +#include "resources/dyepalette.h" #include "resources/image.h" #include "resources/resourcemanager.h" |