QTfrontend/newnetclient.h
changeset 703 424297e3165a
parent 697 44f167938201
child 883 07a568ba44e0
--- a/QTfrontend/newnetclient.h	Sat Jan 12 17:17:09 2008 +0000
+++ b/QTfrontend/newnetclient.h	Sat Jan 12 22:41:03 2008 +0000
@@ -102,7 +102,7 @@
   void hhnumChanged(const HWTeam&);
   void teamColorChanged(const HWTeam&);
   void chatStringFromNet(const QStringList&);
-  void ammoChanged(const QString&);
+  void ammoChanged(const QString& name, const QString& ammo);
 
  public slots:
   void chatLineToNet(const QString& str);
@@ -117,7 +117,7 @@
   void onFortsModeChanged(bool value);
   void onHedgehogsNumChanged(const HWTeam& team);
   void onTeamColorChanged(const HWTeam& team);
-  void onWeaponsNameChanged(const QString& ammo);
+  void onWeaponsNameChanged(const QString& name, const QString& ammo);
 
  private slots:
   void ClientRead();