QTfrontend/gamecfgwidget.h
changeset 311 b8905423f19f
parent 249 ff85fa029541
child 312 c36d0b34ac3d
--- a/QTfrontend/gamecfgwidget.h	Sun Jan 07 22:54:08 2007 +0000
+++ b/QTfrontend/gamecfgwidget.h	Mon Jan 08 18:21:40 2007 +0000
@@ -20,11 +20,14 @@
 #define GAMECONFIGWIDGET_H
 
 #include <QWidget>
-#include <QCheckBox>
-#include <QVBoxLayout>
 
 #include "mapContainer.h"
 
+class QCheckBox;
+class QVBoxLayout;
+class QSpinBox;
+class QLabel;
+
 class GameCFGWidget : public QWidget
 {
 	Q_OBJECT
@@ -42,6 +45,10 @@
 	QCheckBox * CB_mode_Forts;
 	QVBoxLayout mainLayout;
 	HWMapContainer* pMapContainer;
+	QSpinBox * SB_TurnTime;
+	QSpinBox * SB_InitHealth;
+	QLabel * L_TurnTime;
+	QLabel * L_InitHealth;
 };
 
 #endif // GAMECONFIGWIDGET_H