aboutsummaryrefslogtreecommitdiffstats
path: root/src/render/Weather.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-10-12 22:00:31 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2019-10-12 22:00:31 +0300
commitc78fff8d5469f76a1a684f55bb4a6c7d64ad12b7 (patch)
tree754aa2cd46ffa7ad3e6c4e8c0498341bb569c57f /src/render/Weather.h
parenta34870645a27c64234b3732dfc549f143ed5d954 (diff)
script 400-499 start
Diffstat (limited to 'src/render/Weather.h')
-rw-r--r--src/render/Weather.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/Weather.h b/src/render/Weather.h
index a9c15fd9..bbf8498e 100644
--- a/src/render/Weather.h
+++ b/src/render/Weather.h
@@ -36,4 +36,6 @@ public:
static void RenderRainStreaks(void);
static void ReleaseWeather();
+ static void ForceWeather(int16);
+ static void ForceWeatherNow(int16);
};