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