home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pIFFParse / IFFParseBase.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  639 b   |  28 lines

  1. #ifndef __INC_POS_PIFFPARSE_IFFPARSEBASE_H
  2. #define __INC_POS_PIFFPARSE_IFFPARSEBASE_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Papajewski
  9.  $DAT >>IFFParseBase.h<<   17 Dec 1996    15:38:59 - (C) ProDAD
  10. *******************************************************************/
  11.  
  12.  
  13. #ifndef __INC_POS_PEXEC_LIBRARY_H
  14. #include <pExec/Library.h>
  15. #endif
  16.  
  17. /*----------------------------------
  18. -----------------------------------*/
  19. struct pOS_IFFParseBase
  20. {
  21.   struct pOS_Library       iffpb_Lib;
  22.  
  23. /*** SYSTEM - DATAS ***/
  24. };
  25.  
  26.  
  27. #endif
  28.