00001 00007 #ifndef __WEATHERMANAGER_H__ 00008 #define __WEATHERMANAGER_H__ 00009 00021 class WeatherManager { 00022 public: 00024 void updateWeather(); 00025 }; 00026 00027 #endif // __WEATHERMANAGER_H_