My Project
std
osl
checkmate
pieceCost.h
Go to the documentation of this file.
1
/* pieceCost.h
2
*/
3
#ifndef _PIECECOST_H
4
#define _PIECECOST_H
5
6
#include "
osl/container.h
"
7
namespace
osl
8
{
9
namespace
checkmate
10
{
11
15
struct
PieceCost
16
{
17
static
const
CArray<signed char, PTYPE_SIZE>
attack_sacrifice_cost
;
18
};
19
}
// namespace checkmate
20
}
// namespace osl
21
22
#endif
/* _PIECECOST_H */
23
// ;;; Local Variables:
24
// ;;; mode:c++
25
// ;;; c-basic-offset:2
26
// ;;; End:
osl::CArray
Definition
container.h:20
container.h
osl
Definition
additionalEffect.h:6
osl::checkmate::PieceCost
駒の損得に基づいたcostの推定
Definition
pieceCost.h:16
osl::checkmate::PieceCost::attack_sacrifice_cost
static const CArray< signed char, PTYPE_SIZE > attack_sacrifice_cost
Definition
pieceCost.h:17
Generated by
1.9.8