mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
get game working with new theme manager
Theme editor currently unavailable.
This commit is contained in:
@@ -7,6 +7,8 @@ extern "C"
|
||||
|
||||
namespace String
|
||||
{
|
||||
constexpr utf8 * Empty = "";
|
||||
|
||||
bool Equals(const utf8 * a, const utf8 * b, bool ignoreCase = false);
|
||||
bool StartsWith(const utf8 * str, const utf8 * match, bool ignoreCase = false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user