summaryrefslogtreecommitdiffstats
path: root/src/render/Weather.h
diff options
context:
space:
mode:
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);
};