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

  1. #ifndef __INC_POS_PGFX_STDCMAP_H
  2. #define __INC_POS_PGFX_STDCMAP_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>StdCMap.h<<   11 Oct 1996    15:05:02 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PGFX_COLOR_H
  12. #include <pGfx/Color.h>
  13. #endif
  14.  
  15. /*----------------------------------
  16. _CM.gm_Type = COLMAPTYP_StdRLut
  17. -----------------------------------*/
  18. struct pOS_StdRLColorMap
  19. {
  20.   struct pOS_ColorMap  rlcm_CM;
  21.   struct pOS_RColor    rlcm_Colors[1];
  22. };
  23.  
  24.  
  25. #endif
  26.