diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-24 23:09:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-24 23:14:31 +0300 |
commit | d0a3a9f0f6dd3571e9f3a15bf4f8493a46d69eef (patch) | |
tree | d7204315244dc0a820df3c7834647893e83653e7 /src/resources/map | |
parent | 21ea310d2fa35a38efdd63e01685262dd77f8bad (diff) | |
download | plus-d0a3a9f0f6dd3571e9f3a15bf4f8493a46d69eef.tar.gz plus-d0a3a9f0f6dd3571e9f3a15bf4f8493a46d69eef.tar.bz2 plus-d0a3a9f0f6dd3571e9f3a15bf4f8493a46d69eef.tar.xz plus-d0a3a9f0f6dd3571e9f3a15bf4f8493a46d69eef.zip |
Move resourcemanager into subdirectory.
Diffstat (limited to 'src/resources/map')
-rw-r--r-- | src/resources/map/map.cpp | 3 | ||||
-rw-r--r-- | src/resources/map/mapitem.cpp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index ee4e0dc59..7fde6a005 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -46,13 +46,14 @@ #include "particle/particle.h" #include "resources/ambientlayer.h" -#include "resources/resourcemanager.h" #include "resources/subimage.h" #include "resources/map/location.h" #include "resources/map/mapobjectlist.h" #include "resources/map/tileanimation.h" +#include "resources/resourcemanager/resourcemanager.h" + #ifdef USE_OPENGL #include "render/renderers.h" #endif diff --git a/src/resources/map/mapitem.cpp b/src/resources/map/mapitem.cpp index 2968123a9..58a105ab9 100644 --- a/src/resources/map/mapitem.cpp +++ b/src/resources/map/mapitem.cpp @@ -28,7 +28,8 @@ #include "gui/fonts/font.h" #include "resources/image.h" -#include "resources/resourcemanager.h" + +#include "resources/resourcemanager/resourcemanager.h" #include "render/graphics.h" |