aboutsummaryrefslogtreecommitdiff
path: root/src/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/board.h')
-rw-r--r--src/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/board.h b/src/board.h
index 052e104..f7e89f2 100644
--- a/src/board.h
+++ b/src/board.h
@@ -27,3 +27,6 @@ static const char* pieces[] = {
"♛", "♕",
"♚", "♔",
};
+
+void index_to_notation(BYTE index, char notation[2]);
+BYTE notation_to_index(char file, int rank);