home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / ZINC_4.ZIP / WSOURCE.LIF / G_PHELP.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-13  |  406 b   |  16 lines

  1. //    Zinc Interface Library - G_PHELP.CPP
  2. //    COPYRIGHT (C) 1990, 1991.  All Rights Reserved.
  3. //    Zinc Software Incorporated.  Pleasant Grove, Utah  USA
  4.  
  5. #include "ui_map.hpp"
  6.  
  7. static UI_PALETTE_MAP helpPaletteMapTable[] =
  8. {
  9.     { ID_WINDOW_OBJECT, PM_ANY,
  10.         { HS_NONE, BLACK, WHITE } },
  11.  
  12.     // End of array.
  13.     { ID_END, 0, { 0, 0, 0 } }
  14. };
  15. UI_PALETTE_MAP *_helpPaletteMapTable = helpPaletteMapTable;
  16.