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

  1. @DATABASE "pIFFParse/IFFParseBase.h"
  2. @MASTER   "Work2:AD/IInc/pIFFParse/IFFParseBase.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:34:57
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pIFFParse/IFFParseBase.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pIFFParse/IFFParseBase.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_IFFParseBase" LINK "pIFFParse/IFFParseBase.h/File" 19}
  16.  
  17. @ENDNODE
  18. @NODE File "pIFFParse/IFFParseBase.h"
  19. #ifndef __INC_POS_PIFFPARSE_IFFPARSEBASE_H
  20. #define __INC_POS_PIFFPARSE_IFFPARSEBASE_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Papajewski
  27.  $DAT >>IFFParseBase.h<<   17 Dec 1996    15:38:59 - (C) ProDAD
  28. *******************************************************************/
  29.  
  30.  
  31. #ifndef __INC_POS_PEXEC_LIBRARY_H
  32. #include <@{"pExec/Library.h" LINK "pExec/Library.h/File"}>
  33. #endif
  34.  
  35. /*----------------------------------
  36. -----------------------------------*/
  37. struct pOS_IFFParseBase
  38. {
  39.   @{"struct pOS_Library" LINK "pExec/Library.h/File" 26}       iffpb_Lib;
  40.  
  41. /*** SYSTEM - DATAS ***/
  42. };
  43.  
  44.  
  45. #endif
  46. @ENDNODE
  47.