mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
move vehicle param window to vehicle list, add radiostop button
This commit is contained in:
@@ -7,9 +7,10 @@ namespace ui
|
||||
class vehicleparams_panel : public ui_panel
|
||||
{
|
||||
std::string m_vehicle_name;
|
||||
command_relay m_relay;
|
||||
|
||||
public:
|
||||
vehicleparams_panel();
|
||||
vehicleparams_panel(const std::string &vehicle);
|
||||
|
||||
void render_contents() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user