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