home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / games / gnuchess / src / uisuppor.h < prev   
Text File  |  1993-11-23  |  685b  |  19 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  This file is part of the Atari GEM interface for GNU Chess,
  4. //  and is Copyright 1993 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 CalculateLegalMoves(int x,int y);
  14. int LegalMove(int x, int y);
  15. void TerminateSearch (int);
  16. int NeedPromotion(int,int);
  17. int RankAt(int,int);
  18. int ColourAt(int,int);
  19.