aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/resourcemanager.h
diff options
context:
space:
mode:
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: