mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-18 02:01:39 +00:00
12 lines
161 B
C
12 lines
161 B
C
#ifndef colormap_public_
|
|
#define colormap_public_
|
|
|
|
BEGIN_SW_NS
|
|
|
|
|
|
void MapColors(short num,COLOR_MAP cm,short create);
|
|
void InitPalette(void);
|
|
|
|
END_SW_NS
|
|
|
|
#endif
|