mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Move colour_t definition to Colour.h
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
using colour_t = uint8_t;
|
||||
|
||||
// Gets the name of a symbol as a C string
|
||||
#define nameof(symbol) #symbol
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
#include <string_view>
|
||||
|
||||
using colour_t = uint8_t;
|
||||
using PaletteIndex = uint8_t;
|
||||
|
||||
/**
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../common.h"
|
||||
#include "../../interface/Colour.h"
|
||||
#include "../../sprites.h"
|
||||
#include "../../world/Location.hpp"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../common.h"
|
||||
#include "../interface/Colour.h"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user