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

@@ -12,6 +12,7 @@
#include "../Context.h"
#include "../audio/AudioMixer.h"
#include "../audio/audio.h"
#include "../core/UTF8.h"
#include "../drawing/Drawing.h"
#include "../drawing/Text.h"
#include "../localisation/Formatter.h"