QTfrontend/gamecfgwidget.h
changeset 249 ff85fa029541
parent 184 f97a7a3dc8f6
child 311 b8905423f19f
equal deleted inserted replaced
248:aab204fe5061 249:ff85fa029541
    31 
    31 
    32 public:
    32 public:
    33 	GameCFGWidget(QWidget* parent=0);
    33 	GameCFGWidget(QWidget* parent=0);
    34 	quint32 getGameFlags();
    34 	quint32 getGameFlags();
    35 	QString getCurrentSeed() const;
    35 	QString getCurrentSeed() const;
       
    36 	QString getCurrentMap() const;
       
    37 	QString getCurrentTheme() const;
    36 
    38 
    37 private slots:
    39 private slots:
    38 
    40 
    39 private:
    41 private:
    40 	QCheckBox * CB_mode_Forts;
    42 	QCheckBox * CB_mode_Forts;