whoa/src/world/Weather.hpp
2025-11-30 17:08:19 -06:00

11 lines
139 B
C++

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