QTfrontend/gameuiconfig.h
changeset 1129 b74ffca22762
parent 1066 1f1b3686a2b0
child 1162 91bf5e3e558d
equal deleted inserted replaced
1128:9b3f42bf4eef 1129:b74ffca22762
    34 	GameUIConfig(HWForm * FormWidgets, const QString & fileName);
    34 	GameUIConfig(HWForm * FormWidgets, const QString & fileName);
    35 	QStringList GetTeamsList();
    35 	QStringList GetTeamsList();
    36 	QRect vid_Resolution();
    36 	QRect vid_Resolution();
    37 	bool vid_Fullscreen();
    37 	bool vid_Fullscreen();
    38 	bool isSoundEnabled();
    38 	bool isSoundEnabled();
       
    39 	bool isMusicEnabled();
    39 	bool isShowFPSEnabled();
    40 	bool isShowFPSEnabled();
    40 	bool isAltDamageEnabled();
    41 	bool isAltDamageEnabled();
    41 	quint8 timerInterval();
    42 	quint8 timerInterval();
    42 	quint8 bitDepth();
    43 	quint8 bitDepth();
    43 	QString netNick();
    44 	QString netNick();