aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/resourcemanager.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-22 18:34:29 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-22 18:34:29 +0000
commit24253190c92c9d7ef669061670a3b7596f9ee190 (patch)
treef03d785e30a7783b5e0d5e7b669cd2997d5877ed /yage/core/resourcemanager.h
parentb885965a6375f98d6bec63a43233461f9f42006d (diff)
downloadYAGE-24253190c92c9d7ef669061670a3b7596f9ee190.tar.gz
YAGE-24253190c92c9d7ef669061670a3b7596f9ee190.zip
Changing directories and adding input support
Diffstat (limited to 'yage/core/resourcemanager.h')
-rw-r--r--yage/core/resourcemanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/yage/core/resourcemanager.h b/yage/core/resourcemanager.h
index 369bf40f..a0249436 100644
--- a/yage/core/resourcemanager.h
+++ b/yage/core/resourcemanager.h
@@ -17,7 +17,6 @@
#ifndef RESOURCE_MANAGER_H
#define RESOURCE_MANAGER_H
-#include "texture.h"
#include "texturecache.h"
#include <string>
@@ -25,6 +24,8 @@
namespace yage
{
+class Texture;
+
class ResourceManager
{
private: