16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 18:39:19 +02:00

refactor: moving Train to separate directory

This commit is contained in:
jerrrrycho
2026-08-01 17:24:34 +02:00
parent 75ea91a648
commit afa3cb3f7c
30 changed files with 29 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ http://mozilla.org/MPL/2.0/.
#include "simulation/simulation.h"
#include "rendering/lightarray.h"
#include "vehicle/Train.h"
#include "train/Train.h"
#include "vehicle/Driver.h"
#include "utilities/Globals.h"
#include "utilities/Timer.h"