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);
 }