aboutsummaryrefslogtreecommitdiff
path: root/src/board/board.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/board/board.hpp')
-rw-r--r--src/board/board.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/board/board.hpp b/src/board/board.hpp
index 91a38f9..7a9779a 100644
--- a/src/board/board.hpp
+++ b/src/board/board.hpp
@@ -104,4 +104,5 @@ void UnMakeMove(UndoMove undo, Game *g);
Position FindKing(Game *g, bool white);
void UpdateBitboards(Game *g);
+void SetPiece(int i, PieceType type, bool color, Game *g);
#endif /* SRC_BOARD_H_ */