X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=count.h;h=3024b8981f748a4953bbd9afe03716646228dd61;hb=151dfce8ac3de3710e50978f43daf788388745f4;hp=1d8043f9e0fb67b4391c1441532190eac7cd8870;hpb=2d13258e04f6800f1a5d29186a460994e442b4ff;p=remoteglot-book diff --git a/count.h b/count.h index 1d8043f..3024b89 100644 --- a/count.h +++ b/count.h @@ -4,6 +4,7 @@ struct Count { int draw = 0; int black = 0; int opening_num = -1; - float avg_white_elo = 0.0; - float avg_black_elo = 0.0; + unsigned long long sum_white_elo = 0; + unsigned long long sum_black_elo = 0; + int num_elo = 0; };