]> 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 d183fc6c1cd2b94ac03f9401688e13240a27464e..77987e88c29ad8a023c8adc7f6b6f9c98410aae6 100644 (file)
@@ -32,13 +32,15 @@ public:
        private:
                void default_font(const std::string &);
                void font(const std::string &);
-               void style(const std::string &);
        };
 
 public:
        Resources();
 
        const GL::Font &get_default_font() const;
+
+private:
+       GL::Texture2D *create_texture(const std::string &);
 };
 
 } // namespace GLtk