mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 10:29:19 +02:00
display train names on map
This commit is contained in:
@@ -11,8 +11,10 @@ http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#include "uilayer.h"
|
||||
#include "driveruipanels.h"
|
||||
#include "command.h"
|
||||
|
||||
#include "widgets/vehiclelist.h"
|
||||
#include "widgets/map.h"
|
||||
|
||||
class driver_ui : public ui_layer {
|
||||
|
||||
@@ -55,4 +57,5 @@ private:
|
||||
|
||||
command_relay m_relay;
|
||||
ui::vehiclelist_panel m_vehiclelist;
|
||||
ui::map_panel m_mappanel;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user