1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Sanitize RideRatings.h includes

This commit is contained in:
Tulio Leao
2025-08-16 06:47:53 -03:00
parent 74e329c015
commit 36f45b0991
2 changed files with 6 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
#include "../Context.h"
#include "../GameState.h"
#include "../OpenRCT2.h"
#include "../core/Money.hpp"
#include "../core/UnitConversion.h"
#include "../profiling/Profiling.h"
#include "../scripting/ScriptEngine.h"

View File

@@ -9,10 +9,13 @@
#pragma once
#include "../Identifiers.h"
#include "../core/FixedPoint.hpp"
#include "../core/Money.hpp"
#include "../world/Location.hpp"
#include "RideTypes.h"
#include <array>
struct Ride;
using ride_rating = fixed16_2dp;
namespace OpenRCT2