]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/resources.h
Restore ability to handle raw image files
[libs/gltk.git] / source / resources.h
index e68d89fc178c16e79f20aaae6c262920077ec8f3..77987e88c29ad8a023c8adc7f6b6f9c98410aae6 100644 (file)
@@ -38,6 +38,9 @@ public:
        Resources();
 
        const GL::Font &get_default_font() const;
+
+private:
+       GL::Texture2D *create_texture(const std::string &);
 };
 
 } // namespace GLtk