home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Pascal / MAXONPASCAL2.DMS / in.adf / INCLUDE / potgo.lib < prev    next >
Encoding:
Text File  |  1994-07-25  |  442 b   |  16 lines

  1. {$if not def POTGO_LIB_H} CONST POTGO_LIB_H=0;
  2.  
  3. { *******************************************************************
  4.   ** KickPascal-Include-Datei "resources/potgo.h" zu Kickstart 3.0 **
  5.   ******************************************************************* }
  6.  
  7. VAR PotgoBase : Ptr;
  8.  
  9. LIBRARY PotgoBase :
  10.  
  11.  -6 : FUNCTION  AllocPotBits(D0:Long) : Word;
  12. -12 : PROCEDURE FreePotBits(D0:Long);
  13. -18 : PROCEDURE WritePotgo(D0,D1:Long);
  14. END;
  15. {$endif}
  16.