1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Remove includes of Cursors.h in object header files

This commit is contained in:
Aaron van Geffen
2024-08-03 20:46:58 +02:00
parent 5b1c867f23
commit d574946c1a
4 changed files with 10 additions and 4 deletions

View File

@@ -10,11 +10,14 @@
#pragma once
#include "../core/Money.hpp"
#include "../interface/Cursors.h"
#include "../localisation/StringIdType.h"
#include "../world/Location.hpp"
#include "ObjectTypes.h"
#include <string_view>
enum class CursorID : uint8_t;
struct LargeSceneryText;
struct LargeSceneryTile

View File

@@ -10,10 +10,11 @@
#pragma once
#include "../core/Money.hpp"
#include "../interface/Cursors.h"
#include "../localisation/StringIdType.h"
#include "ObjectTypes.h"
enum class CursorID : uint8_t;
enum class PathAdditionDrawType : uint8_t
{
Light,

View File

@@ -10,10 +10,11 @@
#pragma once
#include "../core/Money.hpp"
#include "../interface/Cursors.h"
#include "../localisation/StringIdType.h"
#include "ObjectTypes.h"
enum class CursorID : uint8_t;
enum SMALL_SCENERY_FLAGS : uint32_t
{
SMALL_SCENERY_FLAG_FULL_TILE = (1 << 0), // 0x1

View File

@@ -10,10 +10,11 @@
#pragma once
#include "../core/Money.hpp"
#include "../interface/Cursors.h"
#include "../localisation/StringIdType.h"
#include "ObjectTypes.h"
enum class CursorID : uint8_t;
enum WALL_SCENERY_FLAGS
{
WALL_SCENERY_HAS_PRIMARY_COLOUR = (1 << 0), // 0x1