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

  1. {$if not def BULLET_LIB_H} CONST BULLET_LIB_H=true;
  2.  
  3. { ************************************************************
  4.   ** KickPascal-Include-Datei "bullet.lib" zu Kickstart 3.0 **
  5.   ************************************************************ }
  6.  
  7. {$if not def UTILITY_TAGITEM_H;incl "utility/tagitem.h";endif}
  8. {$if not def DISKFONT_GLYPH_H;incl "diskfont/glyph.h";endif}
  9.  
  10. VAR BulletBase : Ptr;
  11.  
  12. LIBRARY BulletBase :
  13.  
  14. -30 : Function OpenEngine:p_GlyphEngine;
  15. -36 : Procedure CloseEngine(A0: p_GlyphEngine);
  16. -42 : Function SetInfoA(A0: p_GlyphEngine; A1: p_TagItem): Long;
  17. -48 : Function ObtainInfoA(A0: p_GlyphEngine; A1: p_TagItem): Long;
  18. -54 : Function ReleaseInfoA(A0: p_GlyphEngine; A1: p_TagItem): Long;
  19.  
  20. end;
  21.  
  22. {$endif}
  23.