equal
deleted
inserted
replaced
37 bool vid_Fullscreen(); |
37 bool vid_Fullscreen(); |
38 bool isSoundEnabled(); |
38 bool isSoundEnabled(); |
39 bool isShowFPSEnabled(); |
39 bool isShowFPSEnabled(); |
40 bool isAltDamageEnabled(); |
40 bool isAltDamageEnabled(); |
41 quint8 timerInterval(); |
41 quint8 timerInterval(); |
42 |
42 quint8 bitDepth(); |
43 private slots: |
|
44 |
43 |
45 public slots: |
44 public slots: |
46 void SaveOptions(); |
45 void SaveOptions(); |
47 |
46 |
48 private: |
47 private: |
49 HWForm * Form; |
48 HWForm * Form; |
|
49 quint8 depth; |
50 }; |
50 }; |
51 |
51 |
52 #endif |
52 #endif |