1 #ifndef colormap_public_
2 #define colormap_public_
3 
4 extern unsigned char DefaultPalette[];
5 
6 void MapColors(short num,COLOR_MAP cm,short create);
7 void InitPalette(void);
8 void SetPaletteToVESA(unsigned char *pal);
9 void set_pal(unsigned char *pal);
10 void GetPaletteFromVESA(unsigned char *pal);
11 void InitPalette(void);
12 
13 #endif
14