]> git.sesse.net Git - stockfish/commit
Print the move in addition to position
authorMarco Costalba <mcostalba@gmail.com>
Sat, 15 Nov 2008 07:14:28 +0000 (08:14 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 16 Nov 2008 11:37:46 +0000 (12:37 +0100)
commit3c05bd70ebf57cebb88d29a88e6c492976a97761
treeb5804f870f8442009f80d2bd9d510d224386415a
parent7000e100bd35949b80e9f52cd175c652d5211a0a
Print the move in addition to position

Teach Position::print() to optionally print a
given move in san notation in addition to
the ASCII representation of the board.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/position.cpp
src/position.h