QTfrontend/gamecfgwidget.h
changeset 318 46a43b02bbb3
parent 312 c36d0b34ac3d
child 320 1ee7f087195a
--- a/QTfrontend/gamecfgwidget.h	Thu Jan 11 22:04:08 2007 +0000
+++ b/QTfrontend/gamecfgwidget.h	Thu Jan 11 23:19:18 2007 +0000
@@ -20,6 +20,7 @@
 #define GAMECONFIGWIDGET_H
 
 #include <QWidget>
+#include <QStringList>
 
 #include "mapContainer.h"
 
@@ -33,13 +34,14 @@
 	Q_OBJECT
 
 public:
-	GameCFGWidget(QWidget* parent=0);
-	quint32 getGameFlags();
+	GameCFGWidget(QWidget* parent);
+	quint32 getGameFlags() const;
 	QString getCurrentSeed() const;
 	QString getCurrentMap() const;
 	QString getCurrentTheme() const;
 	quint32 getInitHealth() const;
 	quint32 getTurnTime() const;
+	QStringList getFullConfig() const;
 
 private slots: