16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 00:49:19 +02:00
Files
maszyna/widgets/time.h

24 lines
317 B
C++

#include "uilayer.h"
#include "translation.h"
#include "command.h"
namespace ui
{
class time_panel : public ui_panel
{
command_relay m_relay;
float time;
int yearday;
float fog;
float overcast;
float temperature;
public:
time_panel();
void render_contents() override;
void open();
};
} // namespace ui