--- a/QTfrontend/newnetclient.h Wed Jan 09 21:22:22 2008 +0000
+++ b/QTfrontend/newnetclient.h Fri Jan 11 21:45:24 2008 +0000
@@ -102,6 +102,7 @@
void hhnumChanged(const HWTeam&);
void teamColorChanged(const HWTeam&);
void chatStringFromNet(const QStringList&);
+ void ammoChanged(const QString&);
public slots:
void chatLineToNet(const QString& str);
@@ -116,6 +117,7 @@
void onFortsModeChanged(bool value);
void onHedgehogsNumChanged(const HWTeam& team);
void onTeamColorChanged(const HWTeam& team);
+ void onWeaponsNameChanged(const QString& ammo);
private slots:
void ClientRead();