1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 07:13:07 +01:00

Move Ui header items to OpenRCT2::Ui (#21546)

* Move ui definitions to ui project

* Enforce coding style

* Apply clang format

* Add clang tidy ignore

* Increase compiler happiness
This commit is contained in:
Duncan
2024-03-09 14:15:45 +00:00
committed by GitHub
parent 0c1fb5fec0
commit 3146d463bd
82 changed files with 375 additions and 360 deletions

View File

@@ -10,6 +10,7 @@
#include "Window.h"
#include "Theme.h"
#include "Widget.h"
#include "openrct2/world/Location.hpp"
#include <SDL.h>