QTfrontend/newnetclient.h
changeset 329 4c3aad46baa5
parent 328 95625db21bf8
child 334 85eacbd9827f
--- a/QTfrontend/newnetclient.h	Sun Jan 14 13:23:15 2007 +0000
+++ b/QTfrontend/newnetclient.h	Sun Jan 14 14:08:40 2007 +0000
@@ -82,9 +82,22 @@
   void LocalCFG(const QString & team);
   void ChangeInTeams(const QStringList & teams);
 
+  void seedChanged(const QString & seed);
+  void mapChanged(const QString & map);
+  void themeChanged(const QString & theme);
+  void initHealthChanged(quint32 health);
+  void turnTimeChanged(quint32 time);
+  void fortsModeChanged(bool value);
+
  public slots:
   void SendNet(const QByteArray & buf);
   void AddTeam(const HWTeam & team);
+  void onSeedChanged(const QString & seed);
+  void onMapChanged(const QString & map);
+  void onThemeChanged(const QString & theme);
+  void onInitHealthChanged(quint32 health);
+  void onTurnTimeChanged(quint32 time);
+  void onFortsModeChanged(bool value);
 
  private slots:
   void ClientRead();