summaryrefslogtreecommitdiff
path: root/include/field_weather.h
diff options
context:
space:
mode:
authorMarco Willems (M17.1) <progreon@gmail.com>2018-01-06 22:52:10 +0100
committerMarco Willems (M17.1) <progreon@gmail.com>2018-01-06 22:52:10 +0100
commitdcecc8aebfd2480d6e79f3c1f54b737ecbb319f8 (patch)
tree269aa3818b69d5379194ffff713ed5d7f4576160 /include/field_weather.h
parent344b8bffbb969cca8b1c23ddf994c0c8ec6fe1f8 (diff)
parent680d3fd7b980578024226eccffe2e01072826227 (diff)
merge with master
Diffstat (limited to 'include/field_weather.h')
-rw-r--r--include/field_weather.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/field_weather.h b/include/field_weather.h
index c96d4055e..267650a2a 100644
--- a/include/field_weather.h
+++ b/include/field_weather.h
@@ -163,4 +163,8 @@ bool8 sub_807DDFC(void);
void SetWeather(u32);
void UpdateWeatherPerDay(u16);
+extern struct Weather gWeather;
+
+extern struct Weather *const gWeatherPtr;
+
#endif // GUARD_WEATHER_H