25 void UpdateLocations();
27 void ClearProperties();
30 unsigned int m_maxLocation = 0;
Definition: GUIWindowWeather.h:13
void SetLocation(int loc)
Sets the location to the specified index and refreshes the weather.
Definition: GUIWindowWeather.cpp:217
void OnInitWindow() override
Called on window open.
Definition: GUIWindowWeather.cpp:117
Definition: GUIMessage.h:365
Definition: GUIWindow.h:58
void FrameMove() override
Main update function, called every frame prior to rendering Any window that requires updating on a fr...
Definition: GUIWindowWeather.cpp:205