| version 1.1 | | version 1.2 |
|---|
| | |
| * Header for IFF routines | | * Header for IFF routines |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:02:15 donut | | * Revision 1.2 2003/03/09 06:34:09 donut |
| * Initial revision | | * change byte typedef to sbyte to avoid conflict with win32 byte which is unsigned |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:02:15 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 1.12 1994/11/07 21:26:53 matt | | * Revision 1.12 1994/11/07 21:26:53 matt |
| * Added new function iff_read_into_bitmap() | | * Added new function iff_read_into_bitmap() |
| | |
| | | |
| //like iff_read_bitmap(), but reads into a bitmap that already exists, | | //like iff_read_bitmap(), but reads into a bitmap that already exists, |
| //without allocating memory for the bitmap. | | //without allocating memory for the bitmap. |
| int iff_read_into_bitmap(char *ifilename,grs_bitmap *bm,byte *palette); | | int iff_read_into_bitmap(char *ifilename,grs_bitmap *bm,sbyte *palette); |
| | | |
| //read in animator brush (.abm) file | | //read in animator brush (.abm) file |
| //fills in array of pointers, and n_bitmaps. | | //fills in array of pointers, and n_bitmaps. |