1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Move Context fully into OpenRCT2 namespace; types into Input.h

This commit is contained in:
Aaron van Geffen
2025-09-12 14:03:44 +02:00
parent ffa2c3ab6c
commit 9b7ee06e0f
17 changed files with 283 additions and 293 deletions

View File

@@ -15,6 +15,7 @@
#include <algorithm>
#include <cstring>
#include <openrct2/Context.h>
#include <openrct2/Input.h>
#include <openrct2/Version.h>
#include <openrct2/config/Config.h>
#include <openrct2/core/UTF8.h>