X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fresources.h;fp=source%2Fgame%2Fresources.h;h=c5b83726168406047a713056da7d1a1d1f3d2a21;hb=9dcf96c82741e2e1d02e2fbc6f6e465e51ac9690;hp=b8f10b02b28adfe0a3e9a560e5848c7f1a99806f;hpb=b81c61ce06116727ebaef489f174fac6e0be6760;p=libs%2Fgame.git diff --git a/source/game/resources.h b/source/game/resources.h index b8f10b0..c5b8372 100644 --- a/source/game/resources.h +++ b/source/game/resources.h @@ -4,6 +4,7 @@ #include #include #include +#include namespace Msp::Game { @@ -20,6 +21,9 @@ private: public: ApplicationResources(); + +private: + void add_dir(const FS::Path &); }; } // namespace Msp::Game