mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
renderer changes, time and environment window
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
scenario_time() {
|
||||
m_time.wHour = 10; m_time.wMinute = 30; }
|
||||
void
|
||||
init();
|
||||
init(time_t timestamp);
|
||||
void
|
||||
update( double const Deltatime );
|
||||
inline
|
||||
@@ -45,6 +45,8 @@ public:
|
||||
double
|
||||
zone_bias() const {
|
||||
return m_timezonebias; }
|
||||
void
|
||||
set_time(int yearday, int minute);
|
||||
|
||||
/** Returns std::string in format: `"mm:ss"`. */
|
||||
operator std::string();
|
||||
|
||||
Reference in New Issue
Block a user