]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/resources.h
Comment and style updates
[libs/gltk.git] / source / resources.h
index d83c2087543e75c1e6371f0c74cd6a7cdc6d0e2b..87b8364148053581d142070d274fe24439f1e47c 100644 (file)
@@ -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 &);