mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Move game_phase() to Position
It seems a more natural to place this function there. No functional change.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user