Files
FC1/RenderDll/Common/Textures/Image/inv_cmap.h
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

10 lines
223 B
C

#ifndef __INV_CMAP_H__
#define __INV_CMAP_H__
extern void shInverseColormap (int colors, SRGBPixel *colormap,
int rbits, int gbits, int bbits, byte *&rgbmap,
unsigned long *dist_buf = NULL);
#endif // __INV_CMAP_H__