QTfrontend/gameuiconfig.h
changeset 297 279e10ec31b4
parent 184 f97a7a3dc8f6
child 301 29bf9c1a3ad3
equal deleted inserted replaced
296:607912ccc5af 297:279e10ec31b4
    33 	GameUIConfig(HWForm * FormWidgets);
    33 	GameUIConfig(HWForm * FormWidgets);
    34 	QStringList GetTeamsList();
    34 	QStringList GetTeamsList();
    35 	int vid_Resolution();
    35 	int vid_Resolution();
    36 	bool vid_Fullscreen();
    36 	bool vid_Fullscreen();
    37 	bool isSoundEnabled();
    37 	bool isSoundEnabled();
       
    38 	bool isShowFPSEnabled();
       
    39 	quint8 timerInterval();
    38 	QString GetRandomTheme();
    40 	QString GetRandomTheme();
    39 
    41 
    40 private slots:
    42 private slots:
    41 
    43 
    42 public slots:
    44 public slots: