1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +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 <openrct2-ui/interface/Widget.h>
#include <openrct2-ui/windows/Window.h>
#include <openrct2/Context.h>
#include <openrct2/Diagnostic.h>
#include <openrct2/Editor.h>
#include <openrct2/EditorObjectSelectionSession.h>
#include <openrct2/Game.h>