home *** CD-ROM | disk | FTP | other *** search
- // Zinc Interface Library - G_PBACK.CPP
- // COPYRIGHT (C) 1990, 1991. All Rights Reserved.
- // Zinc Software Incorporated. Pleasant Grove, Utah USA
-
- #include "ui_map.hpp"
-
- static UI_PALETTE backgroundPalette = { HS_NONE, BLACK, BLACK };
- UI_PALETTE *_backgroundPalette = &backgroundPalette;
- static UI_PALETTE xorPalette = { HS_NONE, LIGHTGRAY, LIGHTGRAY };
- UI_PALETTE *_xorPalette = &xorPalette;
-
-