home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d517 / aequipot.lha / Aequipot / Source / ILBM.i < prev    next >
Text File  |  1991-07-20  |  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.