back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/field.h
diff options
context:
space:
mode:
authorscratko <m@scratko.xyz>2024-04-15 20:40:14 +0300
committerscratko <m@scratko.xyz>2024-04-15 20:40:14 +0300
commite42ac35110b1819bf9762fbb4504ab920a17e207 (patch)
tree8d5465dc0251f392883dc8e01dcae1fba7ec715b /field.h
parent0cf5dfed3e492608d044a5fc90c1815fab506fd7 (diff)
downloadpacman-e42ac35110b1819bf9762fbb4504ab920a17e207.tar.gz
pacman-e42ac35110b1819bf9762fbb4504ab920a17e207.tar.bz2
pacman-e42ac35110b1819bf9762fbb4504ab920a17e207.zip
Game over and restart
Game over screen. Corrected coordinates in is_liberation_zone(). The capture of pacman. Changed the function name from caughting_stage() to catching_stage().
Diffstat (limited to 'field.h')
-rw-r--r--field.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/field.h b/field.h
index 56921d6..4f84dc6 100644
--- a/field.h
+++ b/field.h
@@ -67,4 +67,6 @@ void clear_energizer(game_space field, struct coordinates point);
int is_equal_points(struct coordinates first_point, struct coordinates
second_point);
+void clear_field(game_space field);
+
#endif