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:
committed by
IntelOrca
parent
c99ec93295
commit
d274abdcce
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user