16
0
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:
milek7
2019-02-18 00:06:58 +01:00
parent d391851c66
commit 52ff1ecb98
14 changed files with 248 additions and 238 deletions

View File

@@ -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;
};