#ifndef AC_WEATHER_LEAF_H #define AC_WEATHER_LEAF_H #include "types.h" #include "m_actor.h" #include "ac_weather.h" #ifdef __cplusplus extern "C" { #endif extern aWeather_Profile_c iam_weather_leaf; #ifdef __cplusplus } #endif #endif