Fix mamer crash on listmanagers command
[capablanca.git] / lasker-2.2.3 / bots / mamer / TourneyPlayers.hh
index 3dc083f..41596b0 100644 (file)
@@ -35,8 +35,8 @@
 #ifndef _TOURNEYPLAYERS_
 #define _TOURNEYPLAYERS_
 
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
 
 extern "C" {
 #include <sys/param.h>
@@ -70,6 +70,8 @@ public:
   void AddBlack();
   void ClearWhites();
   void ClearBlacks();
+  void ClearTotalWhites();
+  void ClearTotalBlacks();
 
   int GetConsecutiveWhites();
   int GetConsecutiveBlacks();