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 >
Text File  |  1996-02-15  |  260b  |  15 lines

  1. type
  2. „Image_t=struct{
  3. ˆinti_LeftEdge,i_TopEdge;
  4. ˆuinti_Width,i_Height;
  5. ˆuinti_Depth;
  6. ˆ*uinti_ImageData;
  7. ˆ
  8. ˆushorti_PlanePick,i_PlaneOnOff;
  9. ˆ
  10. ˆ*Image_ti_NextImage;
  11. „};
  12.  
  13. extern
  14. „DrawImage(*RastPort_trp;*Image_ti;ulongleftOffset,topOffset)void;
  15.