/* * PARSEC HEADER: d_glob.h */ #ifndef _D_GLOB_H_ #define _D_GLOB_H_ // ---------------------------------------------------------------------------- // DRAWING SUBSYSTEM (D) related global declarations and definitions - // ---------------------------------------------------------------------------- // BMAP group //char * GlobalColXlat; //char * BrightxMap; // FONT group extern dword Char16x16Geom[]; extern dword Char08x08Geom[]; extern dword Char04x09Geom[]; extern dword CharGoldGeom[]; extern char* CharsetDataBase; #endif // _D_GLOB_H_