]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/resources.h
Migrate from msppath to mspfs
[libs/gltk.git] / source / resources.h
index c12215c04eb9c72095a22f55b7f921e36ee03607..c61d38abdffac50070c6019add97cbcdbbcf5617 100644 (file)
@@ -11,7 +11,7 @@ Distributed under the LGPL
 #include <msp/gl/font.h>
 #include <msp/gl/texture.h>
 #include <msp/datafile/collection.h>
-#include <msp/path/path.h>
+#include <msp/fs/path.h>
 #include "graphic.h"
 #include "style.h"
 
@@ -25,7 +25,7 @@ instance in constructor.
 class Resources: public DataFile::Collection
 {
 private:
-       Path path;
+       FS::Path path;
        GL::Font *default_font;
 
 public:
@@ -44,7 +44,7 @@ public:
 
        Resources();
 
-       void set_path(const Path &);
+       void set_path(const FS::Path &);
        const GL::Font &get_default_font() const;
 private:
        GL::Font *create_font(const std::string &);