mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-23 03:51:17 +00:00
Patch from Striker. git-svn-id: https://svn.eduke32.com/eduke32@7505 1a8010ca-5511-0410-912e-c29ae57300e0
13 lines
322 B
C
13 lines
322 B
C
#ifndef colormap_public_
|
|
#define colormap_public_
|
|
|
|
extern unsigned char DefaultPalette[];
|
|
|
|
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);
|
|
|
|
#endif
|