aboutsummaryrefslogtreecommitdiff
path: root/include/tak.h
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-13 16:39:16 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit2ef0078ba2afd99c4fc2673497f3d3a39119cf5d (patch)
tree3f3c791ee9b0136270f6cae2de3d96fce18e6a5c /include/tak.h
parentaff5fe7f343194366beeda700a2f4a383e40fa73 (diff)
Trying minimax
Diffstat (limited to 'include/tak.h')
-rw-r--r--include/tak.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tak.h b/include/tak.h
index 532d91a..27984a1 100644
--- a/include/tak.h
+++ b/include/tak.h
@@ -59,11 +59,11 @@ parse_move(const uint8_t board_size, char *ptn,
uint8_t *out_steps, uint8_t out_drops[5]);
void
-generate_place(const uint8_t board_size, const uint8_t in_location,
+generate_place(const uint8_t in_location,
const enum STONE_VARIANT in_stone, char out_ptn[4]);
void
-generate_move(const uint8_t board_size, const uint8_t in_location,
+generate_move(const uint8_t in_location,
const enum MOVE_DIRECTION in_direction,
const uint8_t in_steps, const uint8_t in_drops[5],
char out_ptn[10]);