diff -r 169ebeefd7ab -r dfe9bafb4590 QTfrontend/newnetclient.h --- a/QTfrontend/newnetclient.h Sat Jan 31 15:44:07 2009 +0000 +++ b/QTfrontend/newnetclient.h Sun Feb 01 15:58:44 2009 +0000 @@ -111,6 +111,7 @@ void fortsModeChanged(bool value); void teamsDivideChanged(bool value); void solidChanged(bool value); + void borderChanged(bool value); void hhnumChanged(const HWTeam&); void teamColorChanged(const HWTeam&); void chatStringLobby(const QString&); @@ -143,6 +144,7 @@ void onFortsModeChanged(bool value); void onTeamsDivideChanged(bool value); void onSolidChanged(bool value); + void onBorderChanged(bool value); void onHedgehogsNumChanged(const HWTeam& team); void onTeamColorChanged(const HWTeam& team); void onWeaponsNameChanged(const QString& name, const QString& ammo);