Esempio n. 1
0
 UTCTime(CommonTime& utc) : CommonTime(utc)
 {TimeSystem(UTC); }
Esempio n. 2
0
GameEngine::GameEngine() {
  Window = WindowSystem();
  Input = InputSystem();
  Time = TimeSystem();
  running = false;
}
Esempio n. 3
0
    /// Default constructor
 UTCTime(){TimeSystem(UTC);}