class SavedSettings { public: // methods void Apply(); SavedSettings( int targetFrameRate, int sleepTimeout, int cullingMask, Camera camera ); };