1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Fixes for GCC

Makes jansson library required as well
This commit is contained in:
Michał Janiszewski
2016-01-31 12:11:09 +01:00
committed by IntelOrca
parent c99ec93295
commit d274abdcce
5 changed files with 13 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ extern "C"
namespace String
{
constexpr utf8 * Empty = "";
constexpr const utf8 * Empty = "";
bool IsNullOrEmpty(const utf8 * str);
bool Equals(const utf8 * a, const utf8 * b, bool ignoreCase = false);