From 14cbced7d8a4116c6418854f1b5b583ae71e82a0 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 2 Aug 2026 17:50:32 +0200 Subject: adding bitboards aproah --- src/moves.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/moves.hpp') diff --git a/src/moves.hpp b/src/moves.hpp index e48d7f8..3764be4 100644 --- a/src/moves.hpp +++ b/src/moves.hpp @@ -12,8 +12,6 @@ void GenerateSlidingMoves(Game *g, int from, std::vector &moves, bool GenerateQuietMoves); void GenerateKingMoves(Game *g, int from, std::vector &moves, bool GenerateQuietMoves); -void GenerateKnightMoves(Game *b, int from, std::vector &moves, - bool GenerateQuietMoves); void GeneratePawnMoves(Game *b, int from, std::vector &moves, bool GenerateQuietMoves); void GenerateCastlingMoves(int from, Game *g, std::vector &moves); -- cgit v1.2.3