]> 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 52da3952916fb780cb873716d30f9381b86824d1..77987e88c29ad8a023c8adc7f6b6f9c98410aae6 100644 (file)
@@ -32,19 +32,14 @@ public:
        private:
                void default_font(const std::string &);
                void font(const std::string &);
-               void style(const std::string &);
        };
 
+public:
        Resources();
-       Resources(const FS::Path &);
-private:
-       void init();
 
-public:
-       void set_path(const FS::Path &);
        const GL::Font &get_default_font() const;
+
 private:
-       GL::Font *create_font(const std::string &);
        GL::Texture2D *create_texture(const std::string &);
 };