X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=count.h;fp=count.h;h=1d8043f9e0fb67b4391c1441532190eac7cd8870;hb=2d13258e04f6800f1a5d29186a460994e442b4ff;hp=0000000000000000000000000000000000000000;hpb=7ac37d77ecacc4f33d8bc76d80e3fb6c7632fb92;p=remoteglot-book diff --git a/count.h b/count.h new file mode 100644 index 0000000..1d8043f --- /dev/null +++ b/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; +};