players get points now which are shown per word
[multypo.git] / qt / multypo.h
index 9220df841240d0602427d1b481e551b079aede51..1a088bd30692295858291e2e3d748c8e134f4fb5 100644 (file)
@@ -29,6 +29,7 @@ private:
        QLabel *mainLabel;
        QFile words;
        QMap<int, Player*> players;
+       int typingPlayers; // how many are not ready yet
 };
 
 #endif // MULTIKBD_H