aboutsummaryrefslogtreecommitdiff
path: root/src/moves.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-29 17:15:28 +0200
committerAdam <adammegarules1@gmail.com>2026-07-29 17:15:28 +0200
commit40767a0c4ff84af71dc00c11d27186c7cd1ab973 (patch)
tree093dc607b97ec6671c48c6c5c4c60ed8333a0b65 /src/moves.hpp
parent163f59d29b2c3a6236d825373437955667a1d5d5 (diff)
changes
Diffstat (limited to 'src/moves.hpp')
-rw-r--r--src/moves.hpp1
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_ */