summaryrefslogtreecommitdiff
path: root/include/othello.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/othello.h')
-rw-r--r--include/othello.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/othello.h b/include/othello.h
index 88b8be2..0a20965 100644
--- a/include/othello.h
+++ b/include/othello.h
@@ -43,6 +43,9 @@ enum player_color game_loop(char *player_one_strategy,
// Returns the color of the player whose turn it is.
enum player_color get_current_player(void);
SCM scm_get_current_player(void);
+SCM scm_get_other_player(void);
+
+SCM scm_player_from_c_player(enum player_color player);
enum player_color scm_player_to_c_player(SCM player);