awips2/nativeLib/rary.ohd.ifp/inc/drawa.h

15 lines
206 B
C
Raw Normal View History

/* 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