QTfrontend/gamecfgwidget.h
changeset 1784 dfe9bafb4590
parent 1783 169ebeefd7ab
child 1797 fedd8649fdd9
--- a/QTfrontend/gamecfgwidget.h	Sat Jan 31 15:44:07 2009 +0000
+++ b/QTfrontend/gamecfgwidget.h	Sun Feb 01 15:58:44 2009 +0000
@@ -81,6 +81,7 @@
 	void setFortsMode(bool value);
 	void setTeamsDivide(bool value);
 	void setSolid(bool value);
+	void setBorder(bool value);
 	void setNetAmmo(const QString& name, const QString& ammo);
 
 signals:
@@ -94,6 +95,7 @@
 	void fortsModeChanged(bool value);
 	void teamsDivideChanged(bool value);
 	void solidChanged(bool value);
+	void borderChanged(bool value);
 	void newWeaponScheme(const QString & name, const QString & ammo);
 
 private slots:
@@ -103,6 +105,7 @@
 	QCheckBox * CB_mode_Forts;
 	QCheckBox * CB_teamsDivide;
 	QCheckBox * CB_solid;
+	QCheckBox * CB_border;
 	QGridLayout mainLayout;
 	HWMapContainer* pMapContainer;
 	QSpinBox * SB_TurnTime;