home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / cbm / os-include-bin.lha / GNU / os-include / proto / iffparse.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-23  |  306 b   |  16 lines

  1. #ifndef PROTO_IFFPARSE_H
  2. #define PROTO_IFFPARSE_H
  3.  
  4. #ifndef UTILITY_HOOKS_H
  5. #include <utility/hooks.h>
  6. #endif
  7. #include <clib/iffparse_protos.h>
  8. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  9. #include <inline/iffparse.h>
  10. #endif
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *IFFParseBase;
  13. #endif
  14.  
  15. #endif
  16.