QTfrontend/gamecfgwidget.h
changeset 349 5b37d6a39829
parent 325 17c860483407
child 486 7ea71cd3acd5
equal deleted inserted replaced
348:c91b983de18f 349:5b37d6a39829
    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;