/* * CHEST, chess analyst. For Copyright notice read file "COPYRIGHT". * * $Source: /home/heiner/ca/chest/RCS/asw.h,v $ * $Id: asw.h,v 3.4 1999/07/20 20:59:41 heiner Exp $ * * answer switch */ #ifndef CHEST_asw_h_INCLUDED #define CHEST_asw_h_INCLUDED #include "types.h" #include "board.h" Extern int sort_answer (int depth, Xconst Board*, Movelist*); #endif /* ndef CHEST_asw_h_INCLUDED */