1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 19:25:12 +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

@@ -17,6 +17,7 @@
#include <openrct2/Context.h>
#include <openrct2/Version.h>
#include <openrct2/config/Config.h>
#include <openrct2/core/UTF8.h>
#include <openrct2/drawing/Drawing.h>
#include <openrct2/interface/Colour.h>
#include <openrct2/interface/Window.h>