home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / gchsrc31.lzh / HELP.H < prev    next >
Text File  |  1992-04-27  |  751b  |  17 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  This file is part of the Atari graphical interface for GNU Chess,
  4. //  and is Copyright 1992 by Warwick W. Allison.
  5. //
  6. //  You are free to copy and modify these sources, provided you acknowledge
  7. //  the origin by retaining this notice, and adhere to the conditions
  8. //  of the CHESS General Public License described in the main chess file
  9. //  gnuchess.cc.
  10. //
  11. //////////////////////////////////////////////////////////////////////////////
  12.  
  13. void AddHelp(int x,int y, int w, int h, char* const Help);
  14. void ShowContextHelp(int x, int y);
  15. void NoteHelpChanged(char* const Help); // Call if help text is changed.
  16. void NoHelp(); // Remove any help displayed
  17.