portingtools/src/resourceloc.hpp

5 lines
82 B
C++

#include <string>
namespace resourceloc {
std::string resolve(std::string inp);
}