changeset 87 | ff213e443336 |
parent 85 | 44d9045b26ff |
child 97 | e7c1df9cce2c |
86:664b536a1c27 | 87:ff213e443336 |
---|---|
35 #define GAMECONFIG_H |
35 #define GAMECONFIG_H |
36 |
36 |
37 #include <QObject> |
37 #include <QObject> |
38 #include <QDir> |
38 #include <QDir> |
39 #include <QStringList> |
39 #include <QStringList> |
40 #include "hwform.h" |
40 |
41 class HWForm; |
|
41 |
42 |
42 class GameUIConfig : public QObject |
43 class GameUIConfig : public QObject |
43 { |
44 { |
44 Q_OBJECT |
45 Q_OBJECT |
45 |
46 |