aboutsummaryrefslogtreecommitdiff
path: root/include/tak.c
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-21 01:16:20 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit9fa3291044ff8d9f0f2b9c9a01cd210bf318ab74 (patch)
treeb27bc6f934e05b6494af8527b6b55bc554dc4c10 /include/tak.c
parent232013bda72120f69c1780c4af381884ca111ef4 (diff)
Many fixes, i think this is actually correct
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) {