#ifndef CLIB_BULLET_PROTOS_H #define CLIB_BULLET_PROTOS_H /* ** $VER: bullet_protos.h 7.1 (22.5.1992) ** ** C prototypes. For use with 32 bit integers only. ** ** Copyright © 2001 Amiga, Inc. ** All Rights Reserved */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef UTILITY_TAGITEM_H #include #endif #ifndef DISKFONT_GLYPH_H #include #endif struct GlyphEngine *OpenEngine( VOID ); VOID CloseEngine( struct GlyphEngine *glyphEngine ); ULONG SetInfoA( struct GlyphEngine *glyphEngine, struct TagItem *tagList ); ULONG SetInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... ); ULONG ObtainInfoA( struct GlyphEngine *glyphEngine, struct TagItem *tagList ); ULONG ObtainInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... ); ULONG ReleaseInfoA( struct GlyphEngine *glyphEngine, struct TagItem *tagList ); ULONG ReleaseInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... ); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CLIB_BULLET_PROTOS_H */