summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-07 15:41:00 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-07 15:41:00 +0300
commitf69f346518f473f4f8fb13966e5831d105d1239c (patch)
tree4c5f44aaedbeb07af2197720c43ed86d68d0605d /src/being
parent0ea2569615fb54cfd3d0606fb9cb86aee9efea4c (diff)
downloadplus-f69f346518f473f4f8fb13966e5831d105d1239c.tar.gz
plus-f69f346518f473f4f8fb13966e5831d105d1239c.tar.bz2
plus-f69f346518f473f4f8fb13966e5831d105d1239c.tar.xz
plus-f69f346518f473f4f8fb13966e5831d105d1239c.zip
Move image class into image directory.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/being.cpp3
-rw-r--r--src/being/compoundsprite.cpp2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index b7f545918..cec64c269 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -71,7 +71,6 @@
#include "resources/emoteinfo.h"
#include "resources/emotesprite.h"
#include "resources/horseinfo.h"
-#include "resources/image.h"
#include "resources/iteminfo.h"
#include "resources/db/avatardb.h"
@@ -86,6 +85,8 @@
#include "resources/db/petdb.h"
#include "resources/db/skillunitdb.h"
+#include "resources/image/image.h"
+
#include "resources/map/map.h"
#include "resources/sprite/animatedsprite.h"
diff --git a/src/being/compoundsprite.cpp b/src/being/compoundsprite.cpp
index 79d3c14ce..5f90c978a 100644
--- a/src/being/compoundsprite.cpp
+++ b/src/being/compoundsprite.cpp
@@ -33,10 +33,10 @@
#include "render/surfacegraphics.h"
-#include "resources/image.h"
#if defined(USE_OPENGL) || !defined(USE_SDL2)
#include "resources/imagehelper.h"
#endif // USE_OPENGL
+#include "resources/image/image.h"
#include "utils/delete2.h"
#include "utils/dtor.h"