home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////////////////////
- //
- // This file is part of the Atari graphical interface for GNU Chess,
- // and is Copyright 1992 by Warwick W. Allison.
- //
- // You are free to copy and modify these sources, provided you acknowledge
- // the origin by retaining this notice, and adhere to the conditions
- // of the CHESS General Public License described in the main chess file
- // gnuchess.cc.
- //
- //////////////////////////////////////////////////////////////////////////////
-
- void AddHelp(int x,int y, int w, int h, char* const Help);
- void ShowContextHelp(int x, int y);
- void NoteHelpChanged(char* const Help); // Call if help text is changed.
- void NoHelp(); // Remove any help displayed
-