home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
221.lha
/
drinc
/
intuition
/
image.g
< prev
next >
Wrap
Text File
|
1996-02-15
|
260b
|
15 lines
type
Image_t=struct{
inti_LeftEdge,i_TopEdge;
uinti_Width,i_Height;
uinti_Depth;
*uinti_ImageData;
ushorti_PlanePick,i_PlaneOnOff;
*Image_ti_NextImage;
};
extern
DrawImage(*RastPort_trp;*Image_ti;ulongleftOffset,topOffset)void;