QTfrontend/gamecfgwidget.h
changeset 164 92cff18a3ab6
parent 87 ff213e443336
child 183 57c2ef19f719
--- 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 <QWidget>
 #include <QCheckBox>
+#include <QVBoxLayout>
 
+#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