QTfrontend/gamecfgwidget.h
changeset 312 c36d0b34ac3d
parent 311 b8905423f19f
child 318 46a43b02bbb3
equal deleted inserted replaced
311:b8905423f19f 312:c36d0b34ac3d
    36 	GameCFGWidget(QWidget* parent=0);
    36 	GameCFGWidget(QWidget* parent=0);
    37 	quint32 getGameFlags();
    37 	quint32 getGameFlags();
    38 	QString getCurrentSeed() const;
    38 	QString getCurrentSeed() const;
    39 	QString getCurrentMap() const;
    39 	QString getCurrentMap() const;
    40 	QString getCurrentTheme() const;
    40 	QString getCurrentTheme() const;
       
    41 	quint32 getInitHealth() const;
       
    42 	quint32 getTurnTime() const;
    41 
    43 
    42 private slots:
    44 private slots:
    43 
    45 
    44 private:
    46 private:
    45 	QCheckBox * CB_mode_Forts;
    47 	QCheckBox * CB_mode_Forts;