back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pac.h
diff options
context:
space:
mode:
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