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

  1. @DATABASE "pGFX/GfxEx.h"
  2. @MASTER   "Work2:AD/IInc/pGFX/GfxEx.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:34:43
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pGFX/GfxEx.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pGFX/GfxEx.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_GfxMapEx" LINK "pGFX/GfxEx.h/File" 18}
  16.  
  17. @ENDNODE
  18. @NODE File "pGFX/GfxEx.h"
  19. #ifndef __INC_POS_PGFX_GFXEX_H
  20. #define __INC_POS_PGFX_GFXEX_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Burkarth
  27.  $DAT >>GfxEx.h<<   29 Sep 1996    08:43:14 - (C) ProDAD
  28. *******************************************************************/
  29. #ifndef __INC_POS_PEXEC_TYPES_H
  30. #include <@{"pExec/Types.h" LINK "pExec/Types.h/File"}>
  31. #endif
  32.  
  33.  
  34. /*----------------------------------
  35. -----------------------------------*/
  36. struct pOS_GfxMapEx
  37. {
  38.   @{"struct pOS_ColorMap" LINK "pGFX/Color.h/File" 18} *gme_ColorMap;
  39.  
  40.   @{"UBYTE" LINK "pExec/Types.h/File" 95} gme_Reserved[16];
  41. };
  42.  
  43. #endif
  44. @ENDNODE
  45.