mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 18:19:19 +02:00
milek7/sim branch network code import
This commit is contained in:
@@ -16,7 +16,7 @@ public:
|
||||
scenario_time() {
|
||||
m_time.wHour = 10; m_time.wMinute = 30; }
|
||||
void
|
||||
init();
|
||||
init(time_t timestamp = 0);
|
||||
void
|
||||
update( double const Deltatime );
|
||||
inline
|
||||
@@ -41,6 +41,8 @@ public:
|
||||
double
|
||||
zone_bias() const {
|
||||
return m_timezonebias; }
|
||||
void
|
||||
set_time(int yearday, int minute);
|
||||
|
||||
private:
|
||||
// converts provided time transition date to regular date
|
||||
|
||||
Reference in New Issue
Block a user