home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PGFX_STDCMAP_H
- #define __INC_POS_PGFX_STDCMAP_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>StdCMap.h<< 11 Oct 1996 15:05:02 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PGFX_COLOR_H
- #include <pGfx/Color.h>
- #endif
-
- /*----------------------------------
- _CM.gm_Type = COLMAPTYP_StdRLut
- -----------------------------------*/
- struct pOS_StdRLColorMap
- {
- struct pOS_ColorMap rlcm_CM;
- struct pOS_RColor rlcm_Colors[1];
- };
-
-
- #endif
-