QTfrontend/gameuiconfig.h
changeset 2443 fececcbc2189
parent 2401 2a694ea2a437
child 2747 7889a3a9724f
equal deleted inserted replaced
2442:228757f6c54d 2443:fececcbc2189
    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 #ifdef _WIN32
    39 	bool isSoundHardware();
    40 	bool isSoundHardware();
       
    41 #endif
    40 	bool isMusicEnabled();
    42 	bool isMusicEnabled();
    41 	bool isShowFPSEnabled();
    43 	bool isShowFPSEnabled();
    42 	bool isAltDamageEnabled();
    44 	bool isAltDamageEnabled();
    43 	bool appendDateTimeToRecordName();
    45 	bool appendDateTimeToRecordName();
    44 	quint8 volume();
    46 	quint8 volume();