QTfrontend/gameuiconfig.h
changeset 603 d7877468653b
parent 555 0376fdcc6322
child 949 866729775535
equal deleted inserted replaced
602:f7628ebfccde 603:d7877468653b
    37 	bool vid_Fullscreen();
    37 	bool vid_Fullscreen();
    38 	bool isSoundEnabled();
    38 	bool isSoundEnabled();
    39 	bool isShowFPSEnabled();
    39 	bool isShowFPSEnabled();
    40 	bool isAltDamageEnabled();
    40 	bool isAltDamageEnabled();
    41 	quint8 timerInterval();
    41 	quint8 timerInterval();
    42 
    42 	quint8 bitDepth();
    43 private slots:
       
    44 
    43 
    45 public slots:
    44 public slots:
    46 	void SaveOptions();
    45 	void SaveOptions();
    47 
    46 
    48 private:
    47 private:
    49 	HWForm * Form;
    48 	HWForm * Form;
       
    49 	quint8 depth;
    50 };
    50 };
    51 
    51 
    52 #endif
    52 #endif