1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix changelog

This commit is contained in:
Ted John
2018-01-21 02:13:32 +00:00
parent b52333f532
commit cb44dc5c21
12 changed files with 64 additions and 46 deletions

View File

@@ -34,6 +34,11 @@ namespace Platform
return std::string();
}
}
std::string GetDocsPath()
{
return std::string();
}
}
#endif