summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/othello_move.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/othello_move.h b/include/othello_move.h
index 6b58bbe..50fe899 100644
--- a/include/othello_move.h
+++ b/include/othello_move.h
@@ -53,3 +53,7 @@ SCM scm_apply_move(SCM move, SCM board, SCM current_player);
SCM scm_get_num_flipped_by_move(SCM move, SCM board, SCM current_player);
struct move scm_move_to_c_move(SCM scm_move);
+
+SCM scm_new_move(SCM row, SCM col);
+SCM scm_move_to_row(SCM move);
+SCM scm_move_to_col(SCM move);