This file contains the implementation of class ChessPosition. More...
#include "sys.h"
#include <sstream>
#include <cassert>
#include "ChessPosition.h"
#include "Direction.h"
#include "ChessNotation.h"
#include "debug.h"
Go to the source code of this file.
Namespaces | |
cwchess | |
A namespace for all chess related objects that are not related to the GUI. | |
Enumerations | |
enum | up_and_right { right = 1, up_left = 7, up = 8, up_right = 9 } |
enum | down_and_left { left = 1, down_right = 7, down = 8, down_left = 9 } |
This file contains the implementation of class ChessPosition.
Definition in file ChessPosition.cc.