mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-17 18:01:17 +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
|