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