14 lines
206 B
C
14 lines
206 B
C
/* drawa.h */
|
|
|
|
#ifndef drawa_h
|
|
#define drawa_h
|
|
|
|
void fill_pixmap();
|
|
void copy_area();
|
|
void fill_radar_array();
|
|
void set_vip_levels();
|
|
int get_vip_level();
|
|
|
|
char *color_list[26];
|
|
|
|
#endif
|