back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pac.h
diff options
context:
space:
mode:
Diffstat (limited to 'pac.h')
-rw-r--r--pac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pac.h b/pac.h
index dfa6a86..ccee0e3 100644
--- a/pac.h
+++ b/pac.h
@@ -14,6 +14,7 @@ struct pacman {
unsigned char coins_eaten;
struct coordinates position;
enum movement_direction direction;
+ int is_energizer_eaten;
};
void initialize_pac(struct pacman *pac);