]> git.sesse.net Git - stockfish/blobdiff - src/move.h
Skip an useless compare in space evaluation
[stockfish] / src / move.h
index 765328713a7201d4a49770752b5fe86b805d8693..9df3277db775919672a88923e991ee82ffbf707c 100644 (file)
@@ -201,9 +201,9 @@ inline Move make_ep_move(Square from, Square to) {
 //// Prototypes
 ////
 
-extern std::ostream& operator<<(std::ostream &os, Move m);
-extern Move move_from_string(const Position &pos, const std::string &str);
-extern const std::string move_to_string(Move m);
+extern std::ostream& operator<<(std::ostreamos, Move m);
+extern Move move_from_string(const Positionpos, const std::string &str);
+extern const std::string move_to_string(Move m, bool chess960);
 extern bool move_is_ok(Move m);