X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fresource.hh;h=29ae114f9d4daa4cc1b5e0cd14d900d7611963fa;hp=a269a2d04d46b6b9aea405563a2be7a2e836a005;hb=51069fee9139ab8d14ecc80dffbe5deecb73d9e0;hpb=bc795376d093ee097040f029b891b5435eb3bd21 diff --git a/src/moof/resource.hh b/src/moof/resource.hh index a269a2d..29ae114 100644 --- a/src/moof/resource.hh +++ b/src/moof/resource.hh @@ -17,7 +17,7 @@ * Interface for textures, sounds, and other types of resources. */ -#include "../config.h" +#include "config.h" #include #include @@ -65,6 +65,8 @@ public: */ static bool find(const std::string& file); + static std::string find_file(const std::string& name); + /** * Get the path to a resource of a given name and open it if a resource * was found.