QTfrontend/newnetclient.h
changeset 1356 77ab8735401d
parent 1344 4004e597f1bf
child 1360 d3e285281c26
equal deleted inserted replaced
1355:8e167aa3b2e4 1356:77ab8735401d
   102   void initHealthChanged(quint32 health);
   102   void initHealthChanged(quint32 health);
   103   void turnTimeChanged(quint32 time);
   103   void turnTimeChanged(quint32 time);
   104   void fortsModeChanged(bool value);
   104   void fortsModeChanged(bool value);
   105   void hhnumChanged(const HWTeam&);
   105   void hhnumChanged(const HWTeam&);
   106   void teamColorChanged(const HWTeam&);
   106   void teamColorChanged(const HWTeam&);
   107   void chatStringFromNet(const QStringList&);
   107   void chatStringFromNet(const QString&);
   108   void ammoChanged(const QString& name, const QString& ammo);
   108   void ammoChanged(const QString& name, const QString& ammo);
   109   void roomsList(const QStringList&);
   109   void roomsList(const QStringList&);
   110 
   110 
   111  public slots:
   111  public slots:
   112   void chatLineToNet(const QString& str);
   112   void chatLineToNet(const QString& str);