1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +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

@@ -10,6 +10,7 @@
#include "Chat.h"
#include "../Context.h"
#include "../Input.h"
#include "../audio/Audio.h"
#include "../audio/AudioMixer.h"
#include "../core/UTF8.h"