diff options
author | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-06 22:52:10 +0100 |
---|---|---|
committer | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-06 22:52:10 +0100 |
commit | dcecc8aebfd2480d6e79f3c1f54b737ecbb319f8 (patch) | |
tree | 269aa3818b69d5379194ffff713ed5d7f4576160 /include/field_weather.h | |
parent | 344b8bffbb969cca8b1c23ddf994c0c8ec6fe1f8 (diff) | |
parent | 680d3fd7b980578024226eccffe2e01072826227 (diff) |
merge with master
Diffstat (limited to 'include/field_weather.h')
-rw-r--r-- | include/field_weather.h | 4 |
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 |