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

renderer changes, time and environment window

This commit is contained in:
milek7
2019-03-09 14:18:10 +01:00
parent 748e7b1dda
commit 3693c1660e
30 changed files with 299 additions and 93 deletions

View File

@@ -15,6 +15,7 @@ http://mozilla.org/MPL/2.0/.
#include "widgets/vehiclelist.h"
#include "widgets/map.h"
#include "widgets/time.h"
class driver_ui : public ui_layer {
@@ -58,4 +59,5 @@ private:
command_relay m_relay;
ui::vehiclelist_panel m_vehiclelist;
ui::map_panel m_mappanel;
ui::time_panel m_timepanel;
};