1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Include Diagnostic.h at unit level

This commit is contained in:
Aaron van Geffen
2024-07-09 16:23:31 +02:00
parent bda7c0c0d4
commit 51873dc0f6
170 changed files with 178 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
#include <openrct2-ui/interface/Widget.h>
#include <openrct2-ui/windows/Window.h>
#include <openrct2/Context.h>
#include <openrct2/Diagnostic.h>
#include <openrct2/core/Console.hpp>
#include <openrct2/core/Http.h>
#include <openrct2/core/Json.hpp>