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

refactor: split Oncommmands from Train

This commit is contained in:
jerrrrycho
2026-07-27 23:39:26 +02:00
parent d9eb705d4a
commit 7a40ec65b5
14 changed files with 7386 additions and 7317 deletions

View File

@@ -17,7 +17,6 @@ http://mozilla.org/MPL/2.0/.
#include "simulation/simulation.h"
#include "rendering/lightarray.h"
#include "vehicle/Camera.h"
#include "vehicle/Train.h"
#include "vehicle/Driver.h"
#include "utilities/Globals.h"
@@ -32,7 +31,6 @@ http://mozilla.org/MPL/2.0/.
#include "rendering/renderer.h"
#include "application/uitranscripts.h"
#include "input/messaging.h"
#include "vehicle/Driver.h"
// Ra: taki zapis funkcjonuje lepiej, ale może nie jest optymalny
#define vWorldFront glm::vec3(0, 0, 1)