mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 03:40:50 +00:00
7 lines
223 B
C
7 lines
223 B
C
|
void MapColors(short num,COLOR_MAP cm,short create);
|
||
|
void InitPalette(void);
|
||
|
void SetPaletteToVESA(unsigned char *pal);
|
||
|
void set_pal(unsigned char *pal);
|
||
|
void GetPaletteFromVESA(unsigned char *pal);
|
||
|
void InitPalette(void);
|