mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +02:00
vehicle params window, aware system rewrite, sifa
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#include "uilayer.h"
|
||||
|
||||
namespace ui {
|
||||
class vehiclelist_panel : public ui_panel {
|
||||
public:
|
||||
vehiclelist_panel() : ui_panel("Vehicle list", true) {}
|
||||
namespace ui
|
||||
{
|
||||
class vehiclelist_panel : public ui_panel
|
||||
{
|
||||
public:
|
||||
vehiclelist_panel() : ui_panel("Vehicle list", true) {}
|
||||
|
||||
void render_contents() override;
|
||||
};
|
||||
}
|
||||
void render_contents() override;
|
||||
};
|
||||
} // namespace ui
|
||||
|
||||
Reference in New Issue
Block a user