From 9fa3291044ff8d9f0f2b9c9a01cd210bf318ab74 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Thu, 21 Jan 2021 01:16:20 -0500 Subject: Many fixes, i think this is actually correct --- include/tak.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tak.c') 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) { -- cgit v1.3.1