1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Fix includes

This commit is contained in:
ζeh Matt
2021-11-24 16:48:33 +02:00
parent 8c290c7d92
commit 7c726e2a0c
73 changed files with 141 additions and 140 deletions

View File

@@ -20,11 +20,11 @@
#include <openrct2/audio/audio.h>
#include <openrct2/config/Config.h>
#include <openrct2/drawing/Drawing.h>
#include <openrct2/entity/Sprite.h>
#include <openrct2/interface/Widget.h>
#include <openrct2/localisation/StringIds.h>
#include <openrct2/sprites.h>
#include <openrct2/ui/UiContext.h>
#include <openrct2/world/Sprite.h>
using namespace OpenRCT2;