home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
032.lha
/
include
/
intuition
/
image.g
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-05-17
|
269 b
|
15 lines
type
Image_t = struct {
int i_LeftEdge, i_TopEdge;
uint i_Width, i_Height;
uint i_Depth;
*uint i_ImageData;
ushort i_PlanePick, i_PlaneOnOff;
*Image_t i_NextImage;
};
extern
DrawImage(*RastPort_t rp; *Image_t i; ulong leftOffset, topOffset)void;