16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 15:09:19 +02:00

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

16
widgets/vehicleparams.h Normal file
View 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