dxx-rebirth/2d/bitmap.h

8 lines
199 B
C

#ifndef _BITMAP_H
#define _BITMAP_H
void build_colormap_good( ubyte * palette, ubyte * colormap, int * freq );
void decode_data(ubyte *data, int num_pixels, ubyte * colormap, int * count );
#endif