You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
10 lines
135 B
C++
10 lines
135 B
C++
#include <string>
|
|
|
|
#pragma once
|
|
|
|
namespace TestData
|
|
{
|
|
std::string GetBasePath();
|
|
std::string GetParkPath(std::string name);
|
|
};
|