home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / bullet_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  958b  |  28 lines

  1. #ifndef  CLIB_BULLET_PROTOS_H
  2. #define  CLIB_BULLET_PROTOS_H
  3. /*
  4. **    $VER: bullet_protos.h 38.0 (19.06.92)
  5. **    Includes Release 39.108
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  UTILITY_TAGITEM_H
  13. #include <utility/tagitem.h>
  14. #endif
  15. #ifndef  DISKFONT_GLYPH_H
  16. #include <diskfont/glyph.h>
  17. #endif
  18. struct GlyphEngine *OpenEngine( void );
  19. void CloseEngine( struct GlyphEngine *glyphEngine );
  20. ULONG SetInfoA( struct GlyphEngine *glyphEngine, struct TagItem *tagList );
  21. ULONG SetInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... );
  22. ULONG ObtainInfoA( struct GlyphEngine *glyphEngine, struct TagItem *tagList );
  23. ULONG ObtainInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... );
  24. ULONG ReleaseInfoA( struct GlyphEngine *glyphEngine,
  25.     struct TagItem *tagList );
  26. ULONG ReleaseInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... );
  27. #endif     /* CLIB_BULLET_PROTOS_H */
  28.