pmd-red/include/weather.h
2023-09-20 22:26:35 -04:00

9 lines
134 B
C

#ifndef GUARD_WEATHER_H
#define GUARD_WEATHER_H
#include "structs/dungeon_entity.h"
u8 GetApparentWeather(Entity *pokemon);
#endif