aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/imageloader.hpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-04-06 16:16:59 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-04-06 16:16:59 +0100
commitafe623ba793f9f4c51f94abe6464020d22387c9d (patch)
treeea7c92ce42fb8645146007ab2d1398023efad448 /include/YAGE/imageloader.hpp
parent905f72775fa91b0a467f3c0847c60cf0f85a6d80 (diff)
downloadYAGE-afe623ba793f9f4c51f94abe6464020d22387c9d.tar.gz
YAGE-afe623ba793f9f4c51f94abe6464020d22387c9d.zip
Improved files
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