equal
deleted
inserted
replaced
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(); |