16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 15:09:19 +02:00

basic train station object, rudimentary passenger loading/unloading on stops, load percentage based submodel visibility

This commit is contained in:
tmj-fstate
2018-02-17 03:40:44 +01:00
parent 2dd82bf71b
commit 98b82636a8
8 changed files with 252 additions and 80 deletions

View File

@@ -20,6 +20,7 @@ http://mozilla.org/MPL/2.0/.
#include "stars.h"
#include "skydome.h"
#include "messaging.h"
#include "station.h"
// wrapper for simulation time
class simulation_time {
@@ -59,6 +60,8 @@ namespace simulation {
extern simulation_time Time;
extern basic_station Station; // temporary object, for station functionality tests
}
// wrapper for environment elements -- sky, sun, stars, clouds etc