1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 18:55:23 +01:00

Centralise external window signatures in Windows.h (#23653)

This commit is contained in:
Aaron van Geffen
2025-01-19 15:50:54 +01:00
committed by GitHub
parent bed4d5bdca
commit 5fbe8d0ae1
92 changed files with 350 additions and 237 deletions

View File

@@ -12,7 +12,7 @@
#include "../interface/Theme.h"
#include <openrct2-ui/interface/Widget.h>
#include <openrct2-ui/windows/Window.h>
#include <openrct2-ui/windows/Windows.h>
#include <openrct2/Context.h>
#include <openrct2/ParkImporter.h>
#include <openrct2/config/Config.h>