dxx-rebirth/common/2d/bitmap.h

14 lines
249 B
C
Raw Normal View History

2006-03-20 16:43:15 +00:00
#ifndef _BITMAP_H
#define _BITMAP_H
2013-09-24 01:59:09 +00:00
#include "pstypes.h"
#ifdef __cplusplus
void build_colormap_good( ubyte * palette, ubyte * colormap, int * freq );
void decode_data(ubyte *data, int num_pixels, ubyte * colormap, int * count );
2006-03-20 16:43:15 +00:00
#endif
2006-03-20 16:43:15 +00:00
#endif