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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user