nicolaswinkler hace 7 años
padre
commit
e7fa489008
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 }