QTfrontend/gameuiconfig.h
changeset 2776 9572aae13d49
parent 2747 7889a3a9724f
child 2898 c53636f556f8
equal deleted inserted replaced
2775:3445ce5e9c79 2776:9572aae13d49
    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 isFrontendSoundEnabled();
    39 #ifdef _WIN32
    40 #ifdef _WIN32
    40 	bool isSoundHardware();
    41 	bool isSoundHardware();
    41 #endif
    42 #endif
    42 	bool isMusicEnabled();
    43 	bool isMusicEnabled();
       
    44 	bool isFrontendMusicEnabled();
    43 	bool isShowFPSEnabled();
    45 	bool isShowFPSEnabled();
    44 	bool isAltDamageEnabled();
    46 	bool isAltDamageEnabled();
    45 	bool appendDateTimeToRecordName();
    47 	bool appendDateTimeToRecordName();
    46 	quint8 volume();
    48 	quint8 volume();
    47 	quint8 timerInterval();
    49 	quint8 timerInterval();