--- 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