]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/resources.h
Recursively add subdirectories of the data directory to resources
[libs/game.git] / source / game / resources.h
index b8f10b02b28adfe0a3e9a560e5848c7f1a99806f..c5b83726168406047a713056da7d1a1d1f3d2a21 100644 (file)
@@ -4,6 +4,7 @@
 #include <msp/datafile/collection.h>
 #include <msp/datafile/directorysource.h>
 #include <msp/datafile/packsource.h>
+#include <msp/fs/path.h>
 
 namespace Msp::Game {
 
@@ -20,6 +21,9 @@ private:
 
 public:
        ApplicationResources();
+
+private:
+       void add_dir(const FS::Path &);
 };
 
 } // namespace Msp::Game