aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/imageloader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/imageloader.hpp')
-rw-r--r--include/YAGE/imageloader.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/YAGE/imageloader.hpp b/include/YAGE/imageloader.hpp
index 632897dc..de190ea4 100644
--- a/include/YAGE/imageloader.hpp
+++ b/include/YAGE/imageloader.hpp
@@ -1,7 +1,7 @@
#ifndef IMAGE_LOADER_HPP
#define IMAGE_LOADER_HPP
-#include "gltexture.hpp"
+#include "texture.hpp"
#include <string>
@@ -11,7 +11,7 @@ namespace yage
class ImageLoader
{
public:
- static GlTexture loadPng(const std::string &file_path);
+ static Texture loadPng(const std::string &file_path);
};
} // yage