]> git.sesse.net Git - stockfish/commit
Better document how Position c'tor works
authorMarco Costalba <mcostalba@gmail.com>
Mon, 25 Jan 2010 11:04:00 +0000 (12:04 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 25 Jan 2010 11:04:00 +0000 (12:04 +0100)
commit84ec1f7331f402f4ab2e2201b72b3ee378cce659
treec64bf4034709f211cdb9402abc7c55b31ed44649
parentb1ac6c69a077c95c122a82d5b757adf9470fb308
Better document how Position c'tor works

Renamed a bit the functions to be more clear what
we actually are doing when we craete a Position object
and explained how StateInfo works.

No functional change.

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