dxx-rebirth/2d/bitmap.h
md2211 a0b4cac982 * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

9 lines
267 B
C

/* $Id: bitmap.h,v 1.1.1.1 2006/03/17 19:51:57 zicodxx Exp $ */
#ifndef _BITMAP_H
#define _BITMAP_H
void build_colormap_good( ubyte * palette, ubyte * colormap, int * freq );
void decode_data_asm(ubyte *data, int num_pixels, ubyte * colormap, int * count );
#endif