home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 542.lha / Aequipot_v1.15 / Source.LZH / Source / ILBM.i < prev    next >
Text File  |  1991-08-10  |  255b  |  14 lines

  1. {ILBM.i}
  2.  
  3. {Sorry, but I only found time to include this single function}
  4. {(and I only needed this one)}
  5. {written by J.Matern}
  6.  
  7. {$I "Include:dos.i" }
  8.  
  9. Var
  10.    ILBMBase : Address;
  11.  
  12. Function SaveWindowToIFF(w : WindowPtr; a : Address) : INTEGER;
  13.    External;
  14.