aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/resourcemanager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/resourcemanager.hpp')
-rw-r--r--include/YAGE/resourcemanager.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/YAGE/resourcemanager.hpp b/include/YAGE/resourcemanager.hpp
index 08ab31e0..61642caf 100644
--- a/include/YAGE/resourcemanager.hpp
+++ b/include/YAGE/resourcemanager.hpp
@@ -1,7 +1,7 @@
#ifndef RESOURCE_MANAGER_HPP
#define RESOURCE_MANAGER_HPP
-#include "gltexture.hpp"
+#include "texture.hpp"
#include "texturecache.hpp"
#include <string>
@@ -14,7 +14,7 @@ class ResourceManager
private:
static TextureCache texture_cache_;
public:
- static GlTexture getTexture(const std::string &texture_path);
+ static Texture getTexture(const std::string &texture_path);
};
} // yage