vehicle params window, aware system rewrite, sifa

This commit is contained in:
milek7
2019-03-16 01:21:59 +01:00
parent f1c8c8f1cd
commit 3556a2d0e6
24 changed files with 622 additions and 451 deletions

View File

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