#ifndef _PIECE
#define _PIECE

#include "types.h"

int piece_character(Piece p);

#endif