back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/color_palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'color_palette.h')
-rw-r--r--color_palette.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/color_palette.h b/color_palette.h
index 81ccce8..72f10a3 100644
--- a/color_palette.h
+++ b/color_palette.h
@@ -7,7 +7,8 @@
void set_pairs();
void paint_field_element(int element);
void paint_stats();
-void paint_ghost(enum ghost_color color, int blink);
+void paint_ghost(enum ghost_color color, int frightened_counter,
+ int prison_status);
void paint_pac();
void paint_hit();
void reset_attr();