1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Merge pull request #22259 from AaronVanGeffen/rework-common

Rework common.h into local definitions
This commit is contained in:
Aaron van Geffen
2024-07-12 21:27:17 +02:00
committed by GitHub
539 changed files with 859 additions and 856 deletions

View File

@@ -12,6 +12,7 @@
#include <cmath>
#include <openrct2-ui/UiStringIds.h>
#include <openrct2/Context.h>
#include <openrct2/Diagnostic.h>
#include <openrct2/Game.h>
#include <openrct2/Input.h>
#include <openrct2/config/Config.h>