X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fresource.hh;fp=src%2Fmoof%2Fresource.hh;h=a269a2d04d46b6b9aea405563a2be7a2e836a005;hp=7616d69c280ecde861e9857c1a1138bd3127a4d8;hb=bc795376d093ee097040f029b891b5435eb3bd21;hpb=e0fb747f2e647115d0b8953615c254d25c045345 diff --git a/src/moof/resource.hh b/src/moof/resource.hh index 7616d69..a269a2d 100644 --- a/src/moof/resource.hh +++ b/src/moof/resource.hh @@ -17,6 +17,8 @@ * Interface for textures, sounds, and other types of resources. */ +#include "../config.h" + #include #include #include @@ -28,10 +30,6 @@ #include -#if HAVE_CONFIG_H -#include "../config.h" -#endif - namespace moof { @@ -58,12 +56,6 @@ public: */ static void add_search_paths(const std::string& paths); - /** - * Add directories to search when looking for resource files. - * \param pathList The list of directory paths. - */ - static void add_search_paths(const std::vector& pathList); - /** * Get the path to a resource of a given name.