mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-25 07:19:36 -05:00
7 lines
137 B
C
7 lines
137 B
C
#ifndef GUARD_FIELD_WEATHER_UTIL_H
|
|
#define GUARD_FIELD_WEATHER_UTIL_H
|
|
|
|
void SetWeather(u8 weather);
|
|
|
|
#endif //GUARD_FIELD_WEATHER_UTIL_H
|