mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 12:29:18 +02:00
fixes for EZT and coupler config parsing, minor re-arrangement of the main loop.
This commit is contained in:
5
World.h
5
World.h
@@ -40,8 +40,11 @@ class TWorld
|
||||
std::string OutText2;
|
||||
std::string OutText3;
|
||||
std::string OutText4;
|
||||
void ShowHints();
|
||||
void Update_Lights();
|
||||
void Update_Camera( const double Deltatime );
|
||||
bool Render();
|
||||
void Render_Cab();
|
||||
void Render_UI();
|
||||
TCamera Camera;
|
||||
TGround Ground;
|
||||
TTrain *Train;
|
||||
|
||||
Reference in New Issue
Block a user