nicolaswinkler 7 years ago
parent
commit
e7fa489008
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Minimax.h

+ 1 - 1
src/Minimax.h

@@ -20,7 +20,7 @@ namespace chessy
      */
     size_t perft(std::ostream& out, ChessGame& chessGame, int depth);
 
-    Move miniMax(ChessGame& chessGame);
+    Move miniMax(ChessGame& cg);
 }