File: bit_map.h

package info (click to toggle)
acidwarp 1.0-5
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 264 kB
  • ctags: 130
  • sloc: ansic: 1,885; makefile: 53
file content (8 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#define X_TITLE		80
#define Y_TITLE		98

#define NOAHS_FACE	0

void bit_map_uncompress (UCHAR *buf_graf, UCHAR *bit_data, int x_map, int y_map, int xmax, int ymax);
void writeBitmapImageToArray(UCHAR *buf_graf, int image_number, int xmax, int ymax);