summaryrefslogtreecommitdiff
path: root/src/resources/atlasmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-18 21:36:26 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-18 21:36:26 +0300
commit55ff7fa3903b470ea7b4c74fb371252ec67e5e33 (patch)
tree2ed89159e8ac64744ae6ddae602adc7a0c3b7866 /src/resources/atlasmanager.cpp
parent49a7df51386e49d51b7bdd626265f61be3833a3d (diff)
downloadplus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.tar.gz
plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.tar.bz2
plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.tar.xz
plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.zip
Move textureatlas into separate file.
Diffstat (limited to 'src/resources/atlasmanager.cpp')
-rw-r--r--src/resources/atlasmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/atlasmanager.cpp b/src/resources/atlasmanager.cpp
index 01a1a0b91..49607786e 100644
--- a/src/resources/atlasmanager.cpp
+++ b/src/resources/atlasmanager.cpp
@@ -37,6 +37,7 @@
#include "resources/imagehelper.h"
#include "resources/openglimagehelper.h"
#include "resources/resourcemanager.h"
+#include "resources/textureatlas.h"
#include "debug.h"