2 * Functions and types for loading and manipulating bitmaps.
\r
16 word ntiles; /* the number of tiles */
\r
17 word twidth; /* width of the tiles */
\r
18 word theight; /* height of the tiles */
\r
19 byte *palette; /* palette for the tile set */
\r
22 bitmap_t bitmapLoadPcx(char *filename);
\r
23 tileset_t bitmapLoadPcxTiles(char *filename, word twidth, word theight);
\r