Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
osl
move_classifier
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
13
canAttackInThreeMoves
(
Player
player,
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:
Generated on Sun Jul 21 2013 13:37:23 by
1.8.4