]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Move game_phase() to Position
[stockfish] / src / position.h
index 0f88944c106c24ba1571decc2fa4702ed9b3657a..d950411f6fe63cfac676e83d9e748f11f4c925fd 100644 (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;