aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/spritesheet.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-10-31 22:18:25 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-10-31 22:18:25 +0000
commitf49044c9886accc91dfd29056241da3b48324640 (patch)
tree8dfdcde8753fdd926a812430c98970282fa22bbc /yage/core/spritesheet.cpp
parentf776df6076725d14679b31168e3ede53c966182e (diff)
downloadYAGE-f49044c9886accc91dfd29056241da3b48324640.tar.gz
YAGE-f49044c9886accc91dfd29056241da3b48324640.zip
Moving to core, fixing errors
Diffstat (limited to 'yage/core/spritesheet.cpp')
-rw-r--r--yage/core/spritesheet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/spritesheet.cpp b/yage/core/spritesheet.cpp
index 5c3499cc..09c344e3 100644
--- a/yage/core/spritesheet.cpp
+++ b/yage/core/spritesheet.cpp
@@ -17,7 +17,7 @@
#include <stdexcept>
#include <rapidjson/document.h>
-#include <yage/base/imageloader.h>
+#include <yage/core/imageloader.h>
using namespace std;
using namespace rapidjson;