mapFile


in mapFile.h


typedef struct mapFile { 
mapFileHeader Header;
unsigned char* Image;
} mapFile;