From 4a87d37e78a813fe634acc6e76afae377aa6d22c Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 9 Oct 2017 23:48:33 +0200 Subject: [PATCH] [DEV] update to textureFile new file --- ege/Material.hpp | 2 +- ege/resource/Mesh.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ege/Material.hpp b/ege/Material.hpp index 7f148c3..675d3d5 100644 --- a/ege/Material.hpp +++ b/ege/Material.hpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include namespace ege { /** diff --git a/ege/resource/Mesh.hpp b/ege/resource/Mesh.hpp index c2fabe3..39f7451 100644 --- a/ege/resource/Mesh.hpp +++ b/ege/resource/Mesh.hpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include