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