]> git.sesse.net Git - remoteglot-book/blobdiff - count.h
Switch value format to protobuf. Slightly smaller, easier to deal with extensions...
[remoteglot-book] / count.h
diff --git a/count.h b/count.h
deleted file mode 100644 (file)
index 9cb6a18..0000000
--- a/count.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#define DUMMY_TIMESTAMP 32503680000  // 3000-01-01 00:00:00 UTC.
-
-struct Count {
-       int white = 0;
-       int draw = 0;
-       int black = 0;
-       unsigned int opening_num = 0;
-       unsigned long long sum_white_elo = 0;
-       unsigned long long sum_black_elo = 0;
-       int num_elo = 0;
-       time_t first_timestamp = DUMMY_TIMESTAMP;
-};