![]() |
Cinnamon
1.1
chess engine
|
#include <iostream>
#include <sstream>
#include <string.h>
#include "Hash.h"
#include "namespaces.h"
Go to the source code of this file.
Classes | |
class | ChessBoard |
struct | ChessBoard::_Tboard |
Defines | |
#define | updateZobristKey(piece,position) (zobristKey ^= RANDOM_KEY[piece][position]) |
#define updateZobristKey | ( | piece, | |
position | |||
) | (zobristKey ^= RANDOM_KEY[piece][position]) |