diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-06 09:53:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 09:53:56 -0800 |
commit | b396c6038cec6eba5eed46ed8f70f6a465acc2a6 (patch) | |
tree | 7c3be19b73aae2f31f0cca77e94621aced62c7be /include/field_weather.h | |
parent | 818dfa314e1658ab797af686fedd464c9fda6557 (diff) | |
parent | e6d86ff7748e67d22ec22e7f842bd9552fd8f292 (diff) |
Merge pull request #445 from PikalaxALT/cable_car
Cable car and Cable car util
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 |