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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user