diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-07 15:41:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-07 15:41:00 +0300 |
commit | f69f346518f473f4f8fb13966e5831d105d1239c (patch) | |
tree | 4c5f44aaedbeb07af2197720c43ed86d68d0605d /src/dyetool | |
parent | 0ea2569615fb54cfd3d0606fb9cb86aee9efea4c (diff) | |
download | ManaVerse-f69f346518f473f4f8fb13966e5831d105d1239c.tar.gz ManaVerse-f69f346518f473f4f8fb13966e5831d105d1239c.tar.bz2 ManaVerse-f69f346518f473f4f8fb13966e5831d105d1239c.tar.xz ManaVerse-f69f346518f473f4f8fb13966e5831d105d1239c.zip |
Move image class into image directory.
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/dyemain.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dyetool/dyemain.cpp b/src/dyetool/dyemain.cpp index 9763f603b..fb8146566 100644 --- a/src/dyetool/dyemain.cpp +++ b/src/dyetool/dyemain.cpp @@ -24,9 +24,10 @@ #include "maingui.h" #include "sdlshared.h" -#include "resources/image.h" #include "resources/imagewriter.h" +#include "resources/image/image.h" + #ifdef USE_SDL2 #include "resources/surfaceimagehelper.h" #endif // USE_SDL2 |