diff options
Diffstat (limited to 'src/moves.hpp')
| -rw-r--r-- | src/moves.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moves.hpp b/src/moves.hpp index 47e41c0..0e8174c 100644 --- a/src/moves.hpp +++ b/src/moves.hpp @@ -21,6 +21,6 @@ constexpr Position IndexToPosition(int i) { return {.rank = rank, .file = file}; } bool IsSquareAttacked(const Game &g, Position square, bool byColor); -GameState GetNewGameState(Game *g); +GameState GetboardState(Game *g, const std::vector<uint16_t> &moves); #endif /* SRC_MOVES_H_ */ |
