X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresources.h;h=87b8364148053581d142070d274fe24439f1e47c;hb=060b85ffc3d92b94b444b29ee5b26a6e74636235;hp=d83c2087543e75c1e6371f0c74cd6a7cdc6d0e2b;hpb=c2f044fa885deb5a131f19902c88be0bc970ecac;p=libs%2Fgltk.git diff --git a/source/resources.h b/source/resources.h index d83c208..87b8364 100644 --- a/source/resources.h +++ b/source/resources.h @@ -18,11 +18,6 @@ instance in constructor. */ class Resources: public DataFile::Collection { -private: - FS::Path path; - GL::Font *default_font; - DataFile::DirectorySource *dir_src; - public: class Loader: public Collection::Loader { @@ -36,6 +31,11 @@ public: void font(const std::string &); }; +private: + FS::Path path; + GL::Font *default_font; + DataFile::DirectorySource *dir_src; + public: Resources(); Resources(const FS::Path &);