X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresources.h;fp=source%2Fresources.h;h=d183fc6c1cd2b94ac03f9401688e13240a27464e;hb=b51fd94242badcd3807a39c339979f4f358120cd;hp=52da3952916fb780cb873716d30f9381b86824d1;hpb=1b29f1987b8891852a606afbb03e5e08b16c8c3e;p=libs%2Fgltk.git diff --git a/source/resources.h b/source/resources.h index 52da395..d183fc6 100644 --- a/source/resources.h +++ b/source/resources.h @@ -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