mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-09-01 10:29:18 +02:00
refactor: moving Train to separate directory
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "simulation/simulation.h"
|
||||
#include "application/driveruipanels.h"
|
||||
#include "vehicle/Driver.h"
|
||||
#include "vehicle/Train.h"
|
||||
#include "../vehicle/train/Train.h"
|
||||
|
||||
ui::vehicleparams_panel::vehicleparams_panel(const std::string &vehicle) : ui_panel(std::string(STR("Vehicle parameters")) + ": " + vehicle, false), m_vehicle_name(vehicle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user