home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / ZINC_5.ZIP / WINSRC.ZIP / HELP.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-01  |  330 b   |  13 lines

  1. //    Zinc Interface Library - HELP.CPP
  2. //    COPYRIGHT (C) 1990, 1991.  All Rights Reserved.
  3. //    Zinc Software Incorporated.  Pleasant Grove, Utah  USA
  4.  
  5. #include "ui_win.hpp"
  6.  
  7. #pragma argsused
  8. void UI_HELP_SYSTEM::DisplayHelp(UI_WINDOW_MANAGER *windowManager,
  9.     USHORT helpContext)
  10. {
  11.     // Stub function for the help system.
  12. }
  13.