Retire move.cpp

Move its functions where they belong.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-01-07 13:00:25 +01:00
parent a46b53e1c2
commit 1e7aaed8bc
11 changed files with 123 additions and 184 deletions

View File

@@ -47,6 +47,8 @@ const int MaxGameLength = 220;
//// Types
////
class Position;
/// struct checkInfo is initialized at c'tor time and keeps
/// info used to detect if a move gives check.