diff -r f864a68e512c -r 92cff18a3ab6 QTfrontend/gamecfgwidget.h --- a/QTfrontend/gamecfgwidget.h Sun Sep 24 18:55:06 2006 +0000 +++ b/QTfrontend/gamecfgwidget.h Sun Sep 24 19:51:16 2006 +0000 @@ -36,7 +36,9 @@ #include #include +#include +#include "mapContainer.h" class GameCFGWidget : public QWidget { @@ -45,11 +47,14 @@ public: GameCFGWidget(QWidget* parent=0); quint32 getGameFlags(); + QString getCurrentSeed() const; private slots: private: QCheckBox * CB_mode_Forts; + QVBoxLayout mainLayout; + HWMapContainer* pMapContainer; }; #endif // GAMECONFIGWIDGET_H