equal
deleted
inserted
replaced
36 int vid_Resolution(); |
36 int vid_Resolution(); |
37 bool vid_Fullscreen(); |
37 bool vid_Fullscreen(); |
38 bool isSoundEnabled(); |
38 bool isSoundEnabled(); |
39 bool isShowFPSEnabled(); |
39 bool isShowFPSEnabled(); |
40 quint8 timerInterval(); |
40 quint8 timerInterval(); |
41 QString GetRandomTheme(); |
|
42 |
41 |
43 private slots: |
42 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; |
50 QStringList Themes; |
|
51 }; |
49 }; |
52 |
50 |
53 #endif |
51 #endif |