Program used to generate cwchess::candidates_table[]. More...
#include "sys.h"
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Classes | |
struct | Direction |
struct | Piece |
Functions | |
uint64_t | colrow2mask (int col, int row) |
int | main () |
Variables | |
Piece | piece [] |
Program used to generate cwchess::candidates_table[].
Definition in file candidates_table.cc.
Piece piece[] |
Definition at line 43 of file candidates_table.cc.