summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-21 00:24:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-21 00:24:52 +0300
commitee604eb07a7acededf351c3ac194e437223c2015 (patch)
treeed6ba14746da69e559f42e4d32733897d9d21aed /src/resources/resourcemanager.cpp
parente576b8a204e2c8be2733acd121d036ab14a70646 (diff)
downloadplus-ee604eb07a7acededf351c3ac194e437223c2015.tar.gz
plus-ee604eb07a7acededf351c3ac194e437223c2015.tar.bz2
plus-ee604eb07a7acededf351c3ac194e437223c2015.tar.xz
plus-ee604eb07a7acededf351c3ac194e437223c2015.zip
Move atlas related files inpt atlas directory.
Diffstat (limited to 'src/resources/resourcemanager.cpp')
-rw-r--r--src/resources/resourcemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/resourcemanager.cpp b/src/resources/resourcemanager.cpp
index 8d8e843df..cf16c77d6 100644
--- a/src/resources/resourcemanager.cpp
+++ b/src/resources/resourcemanager.cpp
@@ -29,8 +29,8 @@
#include "resources/map/walklayer.h"
#ifdef USE_OPENGL
-#include "resources/atlasmanager.h"
-#include "resources/atlasresource.h"
+#include "resources/atlas/atlasmanager.h"
+#include "resources/atlas/atlasresource.h"
#endif
#include "resources/dye.h"
#include "resources/image.h"