From 91583d5699503e981105beecc51d37b59dc1842e Mon Sep 17 00:00:00 2001 From: scratko Date: Fri, 12 Apr 2024 16:33:07 +0300 Subject: Coin checks Coin checks in yellow blocks and stars. Fixed arguments of find_free_directions function. --- field.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'field.h') diff --git a/field.h b/field.h index 7eb4ba1..ecf8c9a 100644 --- a/field.h +++ b/field.h @@ -62,4 +62,6 @@ int field_has_coin(int x, int y); void change_point_if_outside_tunnel(struct coordinates *point); +void clear_energizer(game_space field, struct coordinates point); + #endif -- cgit v1.2.3