Spread usage of pos.piece_moved()

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2012-02-13 09:17:56 +01:00
parent 4aadd1e401
commit 50edb7cd73
5 changed files with 11 additions and 19 deletions

View File

@@ -191,10 +191,7 @@ public:
bool both_color_bishops(Color c) const;
bool has_pawn_on_7th(Color c) const;
bool is_chess960() const;
// Current thread ID searching on the position
int thread() const;
int64_t nodes_searched() const;
void set_nodes_searched(int64_t n);