summaryrefslogtreecommitdiff
path: root/include/othello_board.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/othello_board.h')
-rw-r--r--include/othello_board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/othello_board.h b/include/othello_board.h
index 8852ad0..99ad839 100644
--- a/include/othello_board.h
+++ b/include/othello_board.h
@@ -33,6 +33,7 @@ void free_board(enum player_color **board);
// Prints the current state of the board, including coordinates in the margins.
void print_board(enum player_color **board);
+void scm_print_board(SCM board);
// Returns the current board.
enum player_color **get_board(void);