]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Print the move in addition to position
[stockfish] / src / position.h
index 27ec25a7e60d0ac270fd6bee175e8b61b07949e7..6076a53905251d832d36e3b1868bc7146cec6a8d 100644 (file)
@@ -128,7 +128,7 @@ public:
   // Text input/output
   void from_fen(const std::string &fen);
   const std::string to_fen() const;
-  void print() const;
+  void print(Move m = MOVE_NONE) const;
 
   // Copying
   void copy(const Position &pos);