#ifndef WORLD_WEATHER_HPP #define WORLD_WEATHER_HPP class Weather { public: // Member functions Weather(); }; #endif