Bitmap mit Farbtabelle als *
* Graphik-Datei speichern *
* Autor: Gabriel Schmidt *
* (c} 1992 by MAXON-Computer *
* -> Header-Datei *
\
Preprocessor definitions
#define H_TO_FILE
#define UWORD
#define ULONG
#define UBYTE
#define XIMG_MAGIC 0x58494D47
typedef enum {...} FILE_TYP
struct RGB
| struct RGB |
|
| { |
|
| unsigned short r; |
|
| unsigned short g; |
|
| unsigned short b; |
|
| } |
|