portingtools/src/resourceloc.hpp

7 lines
100 B
C++
Raw Normal View History

2022-11-09 16:08:54 +01:00
#pragma once
2022-11-05 18:07:20 +01:00
#include <string>
2022-11-09 22:02:26 +01:00
2022-11-05 18:07:20 +01:00
namespace resourceloc {
2022-11-09 22:02:26 +01:00
std::string resolve(std::string inp);
2022-11-05 18:07:20 +01:00
}