diff options
Diffstat (limited to 'include/piece.h')
-rw-r--r-- | include/piece.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/piece.h b/include/piece.h index 75b4fc7..d499cf5 100644 --- a/include/piece.h +++ b/include/piece.h @@ -4,5 +4,6 @@ #include "types.h" int piece_character(Piece p); +Piece* new_piece(Color, PieceType); #endif |