aboutsummaryrefslogtreecommitdiff
path: root/include/tak.c
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-21 01:18:01 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit19359dde885243e2359f7c560ae801efccee7294 (patch)
treeb27bc6f934e05b6494af8527b6b55bc554dc4c10 /include/tak.c
parent2ebcba8c471678942d0cbf496b79704df9bafff3 (diff)
parent9fa3291044ff8d9f0f2b9c9a01cd210bf318ab74 (diff)
Merge branch 'negamax'
Diffstat (limited to 'include/tak.c')
-rw-r--r--include/tak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tak.c b/include/tak.c
index a748555..e400578 100644
--- a/include/tak.c
+++ b/include/tak.c
@@ -109,7 +109,7 @@ try_place(const int8_t location, const enum COLOUR colour,
// Moving stacks
// ===================================================================
-static void
+static inline void
push_stones(const int8_t location, const uint8_t count,
const uint8_t new_colours,
const enum STONE_VARIANT top_stone) {