X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fposition.h;h=b811e8c62597b1ee7a3d2152fc54d249c3661fea;hb=bb7713c8e92c9373f0294a4317101cccda0e17e5;hp=222cd92c9f464a382e40de7093f80f77d675db6e;hpb=54f1c383d36f461a740eeaa93856b408e8d3faa3;p=stockfish diff --git a/src/position.h b/src/position.h index 222cd92c..b811e8c6 100644 --- a/src/position.h +++ b/src/position.h @@ -123,7 +123,7 @@ public: void print(Move m = MOVE_NONE) const; // Copying - void flipped_copy(const Position& pos); + void flip(); // The piece on a given square Piece piece_on(Square s) const;