nicolaswinkler 7 년 전
부모
커밋
e7fa489008
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
 }