summaryrefslogtreecommitdiff
path: root/include/piece.h
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2015-03-27 11:19:16 -0300
committerRaúl Benencia <rul@kalgan.cc>2015-03-27 11:19:16 -0300
commite7497d2dde46b8fae5493c127f4dc33307a65da5 (patch)
tree4f60b18a3cf917b201f627bc448debafcf04a38b /include/piece.h
initial commit
Diffstat (limited to 'include/piece.h')
-rw-r--r--include/piece.h8
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
nihil fit ex nihilo