nicolaswinkler %!s(int64=7) %!d(string=hai) anos
pai
achega
e7fa489008
Modificáronse 1 ficheiros con 1 adicións e 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);
 }