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

Przesunięcie Init dla TNest3. Zmiany w CheckLocParams

This commit is contained in:
firleju
2016-11-07 17:15:41 +01:00
parent 97ba33b3ea
commit e90b7cfb25
5 changed files with 383 additions and 332 deletions

View File

@@ -1050,7 +1050,7 @@ public:
TPowerSource PowerSourceDecode(std::string s); //Q 20160719
TPowerType PowerDecode(std::string s); //Q 20160719
TEngineTypes EngineDecode(std::string s); //Q 20160721
bool CreateBrakeSys(); //Q 20160722
bool CreateBrakeSys(bool ReadyFlag = true); //Q 20160722
bool CheckLocomotiveParameters(bool ReadyFlag, int Dir);
std::string EngineDescription(int what);
};