X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FResource.hh;h=671aeb65bc3329c69666ba31a0451d7ff1913c52;hp=39b76a4c62f60c69a11474359565b7b59e3bcc9f;hb=987971a961454d97082c6448fdc0bbeb540281bb;hpb=be9ebc1104574e5e81e19c5caba0c23b54df826d diff --git a/src/Moof/Resource.hh b/src/Moof/Resource.hh index 39b76a4..671aeb6 100644 --- a/src/Moof/Resource.hh +++ b/src/Moof/Resource.hh @@ -57,7 +57,8 @@ public: * @param directory Path to a directory. */ - static void addSearchPath(const std::string& directory); + static void addSearchPaths(const std::string& path); + static void addSearchPaths(const std::vector& path); /** * Get the path to a resource of a given name. @@ -70,7 +71,7 @@ public: private: - static std::vector searchPaths_; + static std::vector gSearchPaths; };