OpenRCT2/test/tests/TestData.h

10 lines
135 B
C
Raw Normal View History

2017-01-11 18:15:24 +01:00
#include <string>
#pragma once
namespace TestData
{
std::string GetBasePath();
std::string GetParkPath(std::string name);
};