back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/color_palette.h
blob: 72f10a31b099fc92293fe6023949159a18783d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef COLOR_PALETTE_H_SENTRY
#define COLOR_PALETTE_H_SENTRY

#include "field.h"
#include "ghosts.h"

void set_pairs();
void paint_field_element(int element);
void paint_stats();
void paint_ghost(enum ghost_color color, int frightened_counter,
                 int prison_status);
void paint_pac();
void paint_hit();
void reset_attr();

#endif