home *** CD-ROM | disk | FTP | other *** search
- {$if not def BULLET_LIB_H} CONST BULLET_LIB_H=true;
-
- { ************************************************************
- ** KickPascal-Include-Datei "bullet.lib" zu Kickstart 3.0 **
- ************************************************************ }
-
- {$if not def UTILITY_TAGITEM_H;incl "utility/tagitem.h";endif}
- {$if not def DISKFONT_GLYPH_H;incl "diskfont/glyph.h";endif}
-
- VAR BulletBase : Ptr;
-
- LIBRARY BulletBase :
-
- -30 : Function OpenEngine:p_GlyphEngine;
- -36 : Procedure CloseEngine(A0: p_GlyphEngine);
- -42 : Function SetInfoA(A0: p_GlyphEngine; A1: p_TagItem): Long;
- -48 : Function ObtainInfoA(A0: p_GlyphEngine; A1: p_TagItem): Long;
- -54 : Function ReleaseInfoA(A0: p_GlyphEngine; A1: p_TagItem): Long;
-
- end;
-
- {$endif}
-