rename TT funcs to TT_xxx()

This commit is contained in:
2024-06-12 07:50:19 +02:00
parent ec2d2291d4
commit 8be03c6230
5 changed files with 171 additions and 21 deletions

View File

@@ -37,6 +37,6 @@ void init_all(void)
/* zobrist tables & default tt hashtable */
zobrist_init();
hash_create(HASH_SIZE_DEFAULT);
tt_create(HASH_SIZE_DEFAULT);
}