1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Move UTF8 functions from localisation into core (#22278)

This commit is contained in:
Aaron van Geffen
2024-07-12 18:21:15 +02:00
committed by GitHub
parent 2e1fa5e644
commit 51bcbe3710
16 changed files with 65 additions and 53 deletions

View File

@@ -18,8 +18,7 @@
#include <openrct2/common.h>
#include <openrct2/core/Memory.hpp>
#include <openrct2/core/String.hpp>
#include <openrct2/localisation/Language.h>
#include <openrct2/localisation/StringIdType.h>
#include <openrct2/core/UTF8.h>
#ifdef __MACOSX__
// macOS uses COMMAND rather than CTRL for many keyboard shortcuts