1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 07:43:01 +01:00
Files
OpenRCT2/test/tests/TestData.h
2017-06-04 00:47:33 +01:00

10 lines
135 B
C++

#include <string>
#pragma once
namespace TestData
{
std::string GetBasePath();
std::string GetParkPath(std::string name);
};