From 40767a0c4ff84af71dc00c11d27186c7cd1ab973 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 29 Jul 2026 17:15:28 +0200 Subject: changes --- src/moves.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/moves.hpp') diff --git a/src/moves.hpp b/src/moves.hpp index 20ef0ba..3b84afe 100644 --- a/src/moves.hpp +++ b/src/moves.hpp @@ -14,5 +14,6 @@ void GenerateKingMoves(Game *g, int from, std::vector &moves); void GenerateKnightMoves(Game *g, int from, std::vector &moves); void GeneratePawnMoves(Game *g, int from, std::vector &moves); bool IsSquareAttacked(Game *g, Position square, bool byWhite); +GameState GetNewGameState(Game *g); #endif /* SRC_MOVES_H_ */ -- cgit v1.2.3