#ifndef _PIECE #define _PIECE #include "types.h" int piece_character(Piece p); Piece* piece_new(Color, PieceType); #endif