QTfrontend/gameuiconfig.h
changeset 320 1ee7f087195a
parent 301 29bf9c1a3ad3
child 321 1148eeb0557e
equal deleted inserted replaced
319:7f3bd9e31f18 320:1ee7f087195a
    36 	int vid_Resolution();
    36 	int vid_Resolution();
    37 	bool vid_Fullscreen();
    37 	bool vid_Fullscreen();
    38 	bool isSoundEnabled();
    38 	bool isSoundEnabled();
    39 	bool isShowFPSEnabled();
    39 	bool isShowFPSEnabled();
    40 	quint8 timerInterval();
    40 	quint8 timerInterval();
    41 	QString GetRandomTheme();
       
    42 
    41 
    43 private slots:
    42 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;
    50 	QStringList Themes;
       
    51 };
    49 };
    52 
    50 
    53 #endif
    51 #endif