X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=book%2Fcount.h;fp=book%2Fcount.h;h=1d8043f9e0fb67b4391c1441532190eac7cd8870;hp=0000000000000000000000000000000000000000;hb=7dfa8135cabec7261a2a255e7b5edd679e75da0b;hpb=7ac37d77ecacc4f33d8bc76d80e3fb6c7632fb92 diff --git a/book/count.h b/book/count.h new file mode 100644 index 0000000..1d8043f --- /dev/null +++ b/book/count.h @@ -0,0 +1,9 @@ + +struct Count { + int white = 0; + int draw = 0; + int black = 0; + int opening_num = -1; + float avg_white_elo = 0.0; + float avg_black_elo = 0.0; +};