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

more parameters exposed to python, reworked ui screens, ui text color setting

This commit is contained in:
tmj-fstate
2017-03-19 23:58:03 +01:00
parent a5d01ef059
commit f10494fd6a
9 changed files with 243 additions and 213 deletions

View File

@@ -399,4 +399,5 @@ class TController
int CrossRoute(TTrack *tr);
void RouteSwitch(int d);
std::string OwnerName();
TMoverParameters const *Controlling() const { return mvControlling; }
};