home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / game / think / ignuchess / source / proto.h < prev    next >
Encoding:
Text File  |  1993-12-21  |  582 b   |  17 lines

  1. /************************************************************************/
  2. /* Prototypes for GNUChess Functions                                    */
  3. /************************************************************************/
  4.  
  5. int        VerifyMove(char *, short, unsigned short *);
  6. void    NewGame(void);
  7. void    algbr(short, short, short);
  8. int        SelectMove(short, short);
  9. void    MoveList(short, short);
  10. int        castle(short, short, short, short);
  11. void    InitializeStats(void);
  12. int        SqAtakd(short, short);
  13. void    ScorePosition(short, short *);
  14. short    SqValue(short, short);
  15. void    ExaminePosition(void);
  16. short    distance(short, short);
  17.