diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-29 17:15:28 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-29 17:15:28 +0200 |
| commit | 40767a0c4ff84af71dc00c11d27186c7cd1ab973 (patch) | |
| tree | 093dc607b97ec6671c48c6c5c4c60ed8333a0b65 /src/moves.hpp | |
| parent | 163f59d29b2c3a6236d825373437955667a1d5d5 (diff) | |
changes
Diffstat (limited to 'src/moves.hpp')
| -rw-r--r-- | src/moves.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Move> &moves); void GenerateKnightMoves(Game *g, int from, std::vector<Move> &moves); void GeneratePawnMoves(Game *g, int from, std::vector<Move> &moves); bool IsSquareAttacked(Game *g, Position square, bool byWhite); +GameState GetNewGameState(Game *g); #endif /* SRC_MOVES_H_ */ |
