summaryrefslogtreecommitdiffstats
path: root/src/Weather.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-13 10:02:52 +0200
committerGitHub <noreply@github.com>2019-06-13 10:02:52 +0200
commit12697a855353a1d537310d8f6dc293a6549e68da (patch)
treef6b758692616132f34da18f549d3bb92fd882110 /src/Weather.h
parentsilly mistake (diff)
parentUpdate Pad.cpp (diff)
downloadre3-12697a855353a1d537310d8f6dc293a6549e68da.tar
re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.gz
re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.bz2
re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.lz
re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.xz
re3-12697a855353a1d537310d8f6dc293a6549e68da.tar.zst
re3-12697a855353a1d537310d8f6dc293a6549e68da.zip
Diffstat (limited to 'src/Weather.h')
-rw-r--r--src/Weather.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Weather.h b/src/Weather.h
index 63e819ff..a9c15fd9 100644
--- a/src/Weather.h
+++ b/src/Weather.h
@@ -34,4 +34,6 @@ public:
static bool &Stored_StateStored;
static void RenderRainStreaks(void);
+
+ static void ReleaseWeather();
};