#ifndef READPICT_H #define READPICT_H #ifndef ILBM_H #include "ilbm.h" #endif #ifndef GRAPHICS_GFX_H #include #endif #define GetCAMG(context,camg) IFFReadBytes(context,(BYTE *)camg,sizeof(CamgChunk)) typedef struct { ClientFrame clientFrame; UBYTE foundBMHD; BitMapHeader bmHdr; UBYTE nColorRegs; Color4 colorMap[32]; UBYTE foundCAMG; CamgChunk camgChunk; } ILBMFrame; #endif READPICT_H