File include/bitmfile.h

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 FILE_TYP

typedef enum {...} FILE_TYP
enum 
   { 
     IMG; 
     XIMG; 
   } 

Type struct RGB

struct RGB
struct RGB 
   { 
     unsigned short r; 
     unsigned short g; 
     unsigned short b; 
   }