| 20 | namespace { |
| 21 | |
| 22 | std::filesystem::path repo_path(const std::string & relative) { |
| 23 | return std::filesystem::path(ENGINE_REPO_ROOT) / relative; |
| 24 | } |
| 25 | |
| 26 | std::filesystem::path asset_path(const std::string & relative) { |
| 27 | return std::filesystem::path(ENGINE_TEST_ASSET_ROOT) / relative; |