projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove some redundancy by not needing to do SoundSlots[i].playing = 0; in addition...
[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