1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Move Viewport struct to Viewport.h

This commit is contained in:
Aaron van Geffen
2025-01-24 22:44:21 +01:00
parent e3929c1ca9
commit c8da126c95
6 changed files with 79 additions and 76 deletions

View File

@@ -20,6 +20,7 @@
#include <openrct2/core/UTF8.h>
#include <openrct2/drawing/Drawing.h>
#include <openrct2/interface/Colour.h>
#include <openrct2/interface/Viewport.h>
#include <openrct2/interface/Window.h>
#include <openrct2/localisation/Language.h>
#include <openrct2/localisation/LocalisationService.h>