1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +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

@@ -43,6 +43,7 @@
#include "../entity/Staff.h"
#include "../interface/Chat.h"
#include "../interface/Colour.h"
#include "../interface/Viewport.h"
#include "../interface/Window_internal.h"
#include "../localisation/Formatting.h"
#include "../localisation/StringIds.h"