portingtools/src/resourceloc.hpp

5 lines
82 B
C++
Raw Normal View History

2022-11-05 18:07:20 +01:00
#include <string>
namespace resourceloc {
std::string resolve(std::string inp);
}