Reformat and rename hash_after_move()

Align to standard coding style and properly use
enum types. Rename while there.

No functional change.
This commit is contained in:
Marco Costalba
2014-10-04 06:07:55 +02:00
committed by Joona Kiiski
parent 4b926f227d
commit 74829342ef
3 changed files with 23 additions and 18 deletions

View File

@@ -139,7 +139,6 @@ public:
void undo_move(Move m);
void do_null_move(StateInfo& st);
void undo_null_move();
Key hash_after_move(Move m) const;
// Static exchange evaluation
Value see(Move m) const;
@@ -147,6 +146,7 @@ public:
// Accessing hash keys
Key key() const;
Key key_after(Move m) const;
Key exclusion_key() const;
Key pawn_key() const;
Key material_key() const;