2 * Functions and types for loading and manipulating bitmaps.
\r
6 #include "src/lib/16_t.h"
\r
25 word ntiles; // the number of tiles
\r
26 word twidth; // width of the tiles
\r
27 word theight; // height of the tiles
\r
28 byte *palette; // palette for the tile set
\r
33 word ntiles; // the number of tiles
\r
34 word twidth; // width of the tiles
\r
35 word theight; // height of the tiles
\r
36 byte *palette; // palette for the tile set
\r
40 bitmap_t bitmapLoadPcx(char *filename);
\r
41 tileset_t bitmapLoadPcxTiles(char *filename, word twidth, word theight);
\r