2 * Functions and types for loading and manipulating bitmaps.
\r
6 #include "src\lib\types.h"
\r
17 word ntiles; /* the number of tiles */
\r
18 word twidth; /* width of the tiles */
\r
19 word theight; /* height of the tiles */
\r
20 byte *palette; /* palette for the tile set */
\r
23 bitmap_t bitmapLoadPcx(char *filename);
\r
24 tileset_t bitmapLoadPcxTiles(char *filename, word twidth, word theight);
\r