]> icculus.org git repositories - btb/d2x.git/blob - 2d/bitmap.h
show some missing wide 1's (bug #2269)
[btb/d2x.git] / 2d / bitmap.h
1 /* $Id: bitmap.h,v 1.4 2002-09-05 07:55:20 btb Exp $ */
2 #ifndef _BITMAP_H
3 #define _BITMAP_H
4
5 void build_colormap_good( ubyte * palette, ubyte * colormap, int * freq );
6 void decode_data_asm(ubyte *data, int num_pixels, ubyte * colormap, int * count );
7
8 #endif