Data Structures | |
struct | bmhd_t |
Typedefs | |
typedef int | LONG |
typedef unsigned char | UBYTE |
typedef unsigned short | UWORD |
typedef short | WORD |
Enumerations | |
enum | compress_t { cm_none, cm_rle1 } |
enum | mask_t { ms_none, ms_mask, ms_transcolor, ms_lasso } |
Functions | |
void | LoadLBM (char *filename, byte **picture, byte **palette) |
void | WriteLBMfile (char *filename, byte *data, int width, int height, byte *palette) |
Variables | |
bmhd_t | bmhd |
typedef unsigned char UBYTE |
typedef unsigned short UWORD |
typedef short WORD |
enum compress_t |
enum mask_t |
bmhd_t bmhd |