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

Move Viewport functions into Ui (#22454)

* Move viewport functions into ui

* Move footpath function to ui

* Don't include viewport in footpath.h

* Include missing includes
This commit is contained in:
Duncan
2024-08-02 06:01:31 +01:00
committed by GitHub
parent f109ed2bc0
commit a07b56a655
49 changed files with 1079 additions and 965 deletions

View File

@@ -11,6 +11,8 @@
# include "CustomMenu.h"
# include "../interface/Viewport.h"
# include <openrct2-ui/input/ShortcutManager.h>
# include <openrct2/Input.h>
# include <openrct2/world/Map.h>