diff options
Diffstat (limited to 'src/fileutils.h')
-rw-r--r-- | src/fileutils.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/fileutils.h b/src/fileutils.h new file mode 100644 index 0000000..1f68cdb --- /dev/null +++ b/src/fileutils.h @@ -0,0 +1,9 @@ +#ifndef FILEUTILS_H_ +#define FILEUTILS_H_ + +#include <string> + +std::string lookup_file(const std::string &filename, + const std::string &path, const std::string &fallbackpath); + +#endif |