Move game_phase() to Position

It seems a more natural to place this
function there.

No functional change.
This commit is contained in:
Marco Costalba
2014-06-20 23:40:36 +02:00
parent f7926ea41e
commit 3b315c9ada
4 changed files with 14 additions and 16 deletions

View File

@@ -156,6 +156,7 @@ public:
// Other properties of the position
Color side_to_move() const;
Phase game_phase() const;
int game_ply() const;
bool is_chess960() const;
Thread* this_thread() const;