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

@@ -29,6 +29,8 @@
#include "Platform2.h"
#include <algorithm>
#include <array>
#include <cstring>
#include <stdlib.h>
#include <time.h>