mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Remove dependency on Drawing.h from Climate.h
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../drawing/Drawing.h"
|
||||
#include "../util/Util.h"
|
||||
#include <cstdint>
|
||||
|
||||
enum class ClimateType : uint8_t
|
||||
{
|
||||
@@ -78,6 +78,8 @@ void ClimateUpdateSound();
|
||||
void ClimateStopWeatherSound();
|
||||
void ClimateForceWeather(WeatherType weather);
|
||||
|
||||
enum class FilterPaletteID : int32_t;
|
||||
|
||||
bool ClimateIsRaining();
|
||||
bool ClimateIsSnowing();
|
||||
bool ClimateIsSnowingHeavily();
|
||||
|
||||
Reference in New Issue
Block a user