All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
canAttackInNMoves.h
Go to the documentation of this file.
1 /* canAttackInNMoves.h
2  */
3 #ifndef _MOVE_CLASSIFIER_CAN_ATTACK_IN_NMOVES
4 #define _MOVE_CLASSIFIER_CAN_ATTACK_IN_NMOVES
5 #include "osl/piece.h"
6 #include "osl/square.h"
7 
8 namespace osl
9 {
10  namespace move_classifier
11  {
12  bool
14  Ptype ptype,
15  Square myPos,
16  Square opKingPos);
17  }//move_classifier
18 }// osl
19 #endif /* _MOVE_CLASSIFIER_CAN_ATTACK_IN_NMOVES */
20 // ;;; Local Variables:
21 // ;;; mode:c++
22 // ;;; c-basic-offset:2
23 // ;;; End: