This file contains the implementation of class Direction. More...
#include "sys.h"#include "Direction.h"
Go to the source code of this file.
Namespaces | |
| namespace | cwchess |
A namespace for all chess related objects that are not related to the GUI. | |
Variables | |
| BitBoardData const | cwchess::from_to_table [64* 64] |
| uint8_t const | cwchess::direction_index_table [256] |
This file contains the implementation of class Direction.
Definition in file Direction.cc.