home *** CD-ROM | disk | FTP | other *** search
- // Zinc Interface Library - G_PERROR.CPP
- // COPYRIGHT (C) 1990, 1991. All Rights Reserved.
- // Zinc Software Incorporated. Pleasant Grove, Utah USA
-
- #include "ui_map.hpp"
-
- static UI_PALETTE_MAP errorPaletteMapTable[] =
- {
- { ID_WINDOW_OBJECT, PM_ANY,
- { HS_NONE, BLACK, WHITE} },
-
- // End of array.
- { ID_END, 0, { 0, 0, 0 } }
- };
- UI_PALETTE_MAP *_errorPaletteMapTable = errorPaletteMapTable;
-