#ifndef __INTERFACEGRAPHIC_DEGENERATION_H # define __INTERFACEGRAPHIC_DEGENERATION_H /* Created by EUG 16/06/2000 : ATS : G005 : Copied from OpenGl to InterfaceGraphic to support required for InterfaceGraphic_Parray.hxx definitions */ #include typedef struct _degeneration { int mode; float skipRatio; } DEGENERATION, *PDEGENERATION; typedef struct _ds_internal { unsigned int list; unsigned int dlist; int degMode; int model; float skipRatio; unsigned char* bDraw; } DS_INTERNAL, *PDS_INTERNAL; #endif /* __INTERFACEGRAPHIC_DEGENERATION_H */