#ifndef CLIB_BULLET_PROTOS_H #define CLIB_BULLET_PROTOS_H /* ** $VER: bullet_protos.h 38.0 (19.06.92) ** Includes Release 38.56 ** ** C prototypes. For use with 32 bit integers only. ** ** (C) Copyright 1990-1992 Commodore-Amiga, Inc. ** All Rights Reserved */ #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, ... ); #endif