This file contains the implementation of class ChessNotation. More...
#include "sys.h"#include <iostream>#include "ChessNotation.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. | |
Functions | |
| std::ostream& | cwchess::operator<< (std::ostream& os, ChessNotation const& chess_notation) |
This file contains the implementation of class ChessNotation.
Definition in file ChessNotation.cc.