]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/resources.h
Miscellaneous improvements for handling graphics
[libs/gltk.git] / source / resources.h
index 52da3952916fb780cb873716d30f9381b86824d1..e68d89fc178c16e79f20aaae6c262920077ec8f3 100644 (file)
@@ -32,20 +32,12 @@ 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 &);
 };
 
 } // namespace GLtk