My Project
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  {
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:
駒の損得に基づいたcostの推定
Definition: pieceCost.h:16
static const CArray< signed char, PTYPE_SIZE > attack_sacrifice_cost
Definition: pieceCost.h:17