]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/resources.h
Remove file lookup from Resources since a better mechanism exists now
[libs/gltk.git] / source / resources.h
index 52da3952916fb780cb873716d30f9381b86824d1..d183fc6c1cd2b94ac03f9401688e13240a27464e 100644 (file)
@@ -35,17 +35,10 @@ public:
                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