From f49044c9886accc91dfd29056241da3b48324640 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 31 Oct 2017 22:18:25 +0000 Subject: Moving to core, fixing errors --- yage/core/imageloader.cpp | 4 ++-- yage/core/inputmanager.cpp | 2 +- yage/core/iomanager.cpp | 2 +- yage/core/resourcemanager.cpp | 2 +- yage/core/sprite.cpp | 6 +++--- yage/core/spritebatch.cpp | 2 +- yage/core/spritesheet.cpp | 2 +- yage/core/texturecache.cpp | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) (limited to 'yage/core') diff --git a/yage/core/imageloader.cpp b/yage/core/imageloader.cpp index e1d54dc1..89aeb067 100644 --- a/yage/core/imageloader.cpp +++ b/yage/core/imageloader.cpp @@ -12,8 +12,8 @@ #include #endif -#include -#include +#include +#include #include #include diff --git a/yage/core/inputmanager.cpp b/yage/core/inputmanager.cpp index 15ff374b..391c9931 100644 --- a/yage/core/inputmanager.cpp +++ b/yage/core/inputmanager.cpp @@ -6,7 +6,7 @@ * ---------------------------------------------------------------------------- */ -#include +#include namespace yage { diff --git a/yage/core/iomanager.cpp b/yage/core/iomanager.cpp index d5b950d6..6bb083ab 100644 --- a/yage/core/iomanager.cpp +++ b/yage/core/iomanager.cpp @@ -6,7 +6,7 @@ * ---------------------------------------------------------------------------- */ -#include +#include #include #include diff --git a/yage/core/resourcemanager.cpp b/yage/core/resourcemanager.cpp index f3f9aa20..cf70eae8 100644 --- a/yage/core/resourcemanager.cpp +++ b/yage/core/resourcemanager.cpp @@ -6,7 +6,7 @@ * ---------------------------------------------------------------------------- */ -#include +#include namespace yage { diff --git a/yage/core/sprite.cpp b/yage/core/sprite.cpp index 9ac4dc55..769c8b81 100644 --- a/yage/core/sprite.cpp +++ b/yage/core/sprite.cpp @@ -6,9 +6,9 @@ * ---------------------------------------------------------------------------- */ -#include -#include -#include +#include +#include +#include #include diff --git a/yage/core/spritebatch.cpp b/yage/core/spritebatch.cpp index aaeec32f..ad6feeab 100644 --- a/yage/core/spritebatch.cpp +++ b/yage/core/spritebatch.cpp @@ -6,7 +6,7 @@ * ---------------------------------------------------------------------------- */ -#include +#include #include #include 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 #include -#include +#include using namespace std; using namespace rapidjson; diff --git a/yage/core/texturecache.cpp b/yage/core/texturecache.cpp index 628f3604..af22c93e 100644 --- a/yage/core/texturecache.cpp +++ b/yage/core/texturecache.cpp @@ -6,8 +6,8 @@ * ---------------------------------------------------------------------------- */ -#include -#include +#include +#include namespace yage { -- cgit