diff options
author | Raúl Benencia <rul@kalgan.cc> | 2015-03-27 11:19:16 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2015-03-27 11:19:16 -0300 |
commit | e7497d2dde46b8fae5493c127f4dc33307a65da5 (patch) | |
tree | 4f60b18a3cf917b201f627bc448debafcf04a38b /include/piece.h |
initial commit
Diffstat (limited to 'include/piece.h')
-rw-r--r-- | include/piece.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/piece.h b/include/piece.h new file mode 100644 index 0000000..75b4fc7 --- /dev/null +++ b/include/piece.h @@ -0,0 +1,8 @@ +#ifndef _PIECE +#define _PIECE + +#include "types.h" + +int piece_character(Piece p); + +#endif |