X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresources.h;h=e4d7f731cf10aff1f634e97810a81d9c85cc479d;hb=ae991f3bbd83fa0afff5e1fc31be50e1f2d17875;hp=c61d38abdffac50070c6019add97cbcdbbcf5617;hpb=dc33fa600b334e10f52da4baf9758aacaca87f2c;p=libs%2Fgltk.git diff --git a/source/resources.h b/source/resources.h index c61d38a..e4d7f73 100644 --- a/source/resources.h +++ b/source/resources.h @@ -43,7 +43,11 @@ public: }; Resources(); + Resources(const FS::Path &); +private: + void init(); +public: void set_path(const FS::Path &); const GL::Font &get_default_font() const; private: