pmd-sky/include/weather.h
2025-07-14 18:03:16 -04:00

9 lines
164 B
C

#ifndef PMDSKY_WEATHER_H
#define PMDSKY_WEATHER_H
#include "dungeon_mode.h"
enum weather_id GetApparentWeather(struct entity *entity);
#endif //PMDSKY_WEATHER_H