From 24253190c92c9d7ef669061670a3b7596f9ee190 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 22 Dec 2017 18:34:29 +0000 Subject: Changing directories and adding input support --- yage/core/texturecache.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'yage/core/texturecache.cpp') diff --git a/yage/core/texturecache.cpp b/yage/core/texturecache.cpp index f9468dbb..1c61e774 100644 --- a/yage/core/texturecache.cpp +++ b/yage/core/texturecache.cpp @@ -6,8 +6,9 @@ * ---------------------------------------------------------------------------- */ -#include -#include +#include "texturecache.h" +#include "imageloader.h" +#include "texture.h" namespace yage { -- cgit