1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Empty initialization for Formatter and TextPaint structures

This commit is contained in:
frutiemax
2021-12-12 12:33:09 -05:00
parent adb692b74e
commit 83b2be602f
3 changed files with 9 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
#include "Localisation.h"
#include <cstring>
#include <wchar.h>
uint32_t utf8_get_next(const utf8* char_ptr, const utf8** nextchar_ptr)