home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pGFX/StdCMap.h"
- @MASTER "Work2:AD/IInc/pGFX/StdCMap.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:34:54
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pGFX/StdCMap.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pGFX/StdCMap.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_StdRLColorMap" LINK "pGFX/StdCMap.h/File" 18}
-
- @ENDNODE
- @NODE File "pGFX/StdCMap.h"
- #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" LINK "pGFX/Color.h/File"}>
- #endif
-
- /*----------------------------------
- _CM.gm_Type = COLMAPTYP_StdRLut
- -----------------------------------*/
- struct pOS_StdRLColorMap
- {
- @{"struct pOS_ColorMap" LINK "pGFX/Color.h/File" 18} rlcm_CM;
- @{"struct pOS_RColor" LINK "pGFX/Color.h/File" 35} rlcm_Colors[1];
- };
-
-
- #endif
- @ENDNODE
-