diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-21 01:18:01 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 19359dde885243e2359f7c560ae801efccee7294 (patch) | |
| tree | b27bc6f934e05b6494af8527b6b55bc554dc4c10 /include/tak.c | |
| parent | 2ebcba8c471678942d0cbf496b79704df9bafff3 (diff) | |
| parent | 9fa3291044ff8d9f0f2b9c9a01cd210bf318ab74 (diff) | |
Merge branch 'negamax'
Diffstat (limited to 'include/tak.c')
| -rw-r--r-- | include/tak.c | 2 |
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) { |
