mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 10:29:19 +02:00
vehicle params window, aware system rewrite, sifa
This commit is contained in:
16
widgets/vehicleparams.h
Normal file
16
widgets/vehicleparams.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "uilayer.h"
|
||||
#include "translation.h"
|
||||
#include "command.h"
|
||||
|
||||
namespace ui
|
||||
{
|
||||
class vehicleparams_panel : public ui_panel
|
||||
{
|
||||
std::string m_vehicle_name;
|
||||
|
||||
public:
|
||||
vehicleparams_panel();
|
||||
|
||||
void render_contents() override;
|
||||
};
|
||||
} // namespace ui
|
||||
Reference in New Issue
Block a user