]> Dogcows Code - chaz/yoink/blobdiff - src/moof/resource.hh
configuration cleanup and bugfixes
[chaz/yoink] / src / moof / resource.hh
index a269a2d04d46b6b9aea405563a2be7a2e836a005..29ae114f9d4daa4cc1b5e0cd14d900d7611963fa 100644 (file)
@@ -17,7 +17,7 @@
  * Interface for textures, sounds, and other types of resources.
  */
 
-#include "../config.h"
+#include "config.h"
 
 #include <cstdio>
 #include <map>
@@ -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.
This page took 0.018736 seconds and 4 git commands to generate.