mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
vehicle params window, aware system rewrite, sifa
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user