home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PGFX_GFXEX_H
- #define __INC_POS_PGFX_GFXEX_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>GfxEx.h<< 29 Sep 1996 08:43:14 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_TYPES_H
- #include <pExec/Types.h>
- #endif
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_GfxMapEx
- {
- struct pOS_ColorMap *gme_ColorMap;
-
- UBYTE gme_Reserved[16];
- };
-
- #endif
-