back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pac.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 /pac.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 'pac.h')
-rw-r--r--pac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pac.h b/pac.h
index ccee0e3..29e83a1 100644
--- a/pac.h
+++ b/pac.h
@@ -28,4 +28,6 @@ struct queue;
void make_pac_move(game_space field, struct pacman *pac,
struct queue *eaten_coins);
+void catch_pac(struct pacman *pac);
+
#endif