#ifndef AC_WEATHER_H #define AC_WEATHER_H #include "types.h" #include "m_actor.h" #ifdef __cplusplus extern "C" { #endif extern int aWeather_ChangingWeather(); extern ACTOR_PROFILE Weather_Profile; #ifdef __cplusplus } #endif #endif