1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Move GetInputManager and GetShortcutManager declarations (#22565)

This commit is contained in:
Aaron van Geffen
2024-08-14 15:15:44 +02:00
committed by GitHub
parent 6e444ea170
commit 0c97e44be0
5 changed files with 10 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
#include "ride/VehicleSounds.h"
#include "windows/Window.h"
#include <openrct2-ui/UiContext.h>
#include <openrct2-ui/input/InputManager.h>
#include <openrct2-ui/input/MouseInput.h>
#include <openrct2-ui/input/ShortcutManager.h>