1
0
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:
Aaron van Geffen
2024-10-29 13:12:25 +01:00
parent ece199176e
commit 43be4d1d92

View File

@@ -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();