aboutsummaryrefslogtreecommitdiff
path: root/src/board.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/board.hpp')
-rw-r--r--src/board.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/board.hpp b/src/board.hpp
index 2e8cb82..7d0cb3f 100644
--- a/src/board.hpp
+++ b/src/board.hpp
@@ -96,4 +96,6 @@ Piece createPiece(PieceType type, bool color);
int PositionToIndex(Position i);
UndoMove MakeMove(Move move, Game *g);
void UnMakeMove(UndoMove undo, Game *g);
+
+Position FindKing(Game *b, bool white);
#endif /* SRC_BOARD_H_ */