16
0
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:
jerrrrycho
2026-08-01 17:24:34 +02:00
parent 75ea91a648
commit afa3cb3f7c
30 changed files with 29 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ http://mozilla.org/MPL/2.0/.
#include "rendering/lightarray.h"
#include "rendering/particles.h"
#include "scene/scene.h"
#include "vehicle/Train.h"
#include "../vehicle/train/Train.h"
#include "application/application.h"
#include "utilities/Logs.h"
#include "vehicle/Driver.h"

View File

@@ -12,7 +12,7 @@ http://mozilla.org/MPL/2.0/.
#include "simulation/simulationstateserializer.h"
#include "utilities/Classes.h"
#include "world/Event.h"
#include "vehicle/Train.h"
#include "../vehicle/train/Train.h"
#include "rendering/particles.h"
#ifdef WITH_LUA