QTfrontend/newnetclient.h
changeset 347 6521e1b2cd40
parent 341 184230eb4151
child 352 4665bfe25470
equal deleted inserted replaced
346:fc1e0a4f152c 347:6521e1b2cd40
    96   void fortsModeChanged(bool value);
    96   void fortsModeChanged(bool value);
    97 
    97 
    98  public slots:
    98  public slots:
    99   void SendNet(const QByteArray & buf);
    99   void SendNet(const QByteArray & buf);
   100   void AddTeam(const HWTeam & team);
   100   void AddTeam(const HWTeam & team);
       
   101   void RemoveTeam(const HWTeam& team);
   101   void onSeedChanged(const QString & seed);
   102   void onSeedChanged(const QString & seed);
   102   void onMapChanged(const QString & map);
   103   void onMapChanged(const QString & map);
   103   void onThemeChanged(const QString & theme);
   104   void onThemeChanged(const QString & theme);
   104   void onInitHealthChanged(quint32 health);
   105   void onInitHealthChanged(quint32 health);
   105   void onTurnTimeChanged(quint32 time);
   106   void onTurnTimeChanged(quint32 time);