openscad/src/fileutils.h

7 lines
170 B
C++

#pragma once
#include <string>
std::string lookup_file(const std::string &filename,
const std::string &path, const std::string &fallbackpath);