equal
deleted
inserted
replaced
32 class GameCFGWidget : public QWidget |
32 class GameCFGWidget : public QWidget |
33 { |
33 { |
34 Q_OBJECT |
34 Q_OBJECT |
35 |
35 |
36 public: |
36 public: |
37 GameCFGWidget(QWidget* parent); |
37 GameCFGWidget(QWidget* parent, bool externalControl=false); |
38 quint32 getGameFlags() const; |
38 quint32 getGameFlags() const; |
39 QString getCurrentSeed() const; |
39 QString getCurrentSeed() const; |
40 QString getCurrentMap() const; |
40 QString getCurrentMap() const; |
41 QString getCurrentTheme() const; |
41 QString getCurrentTheme() const; |
42 quint32 getInitHealth() const; |
42 quint32 getInitHealth() const; |