All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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/ptype.h"
7 #include "osl/misc/carray.h"
8 namespace osl
9 {
10  namespace checkmate
11  {
12 
16  struct PieceCost
17  {
18  static const CArray<signed char, PTYPE_SIZE> attack_sacrifice_cost;
19  };
20  } // namespace checkmate
21 } // namespace osl
22 
23 #endif /* _PIECECOST_H */
24 // ;;; Local Variables:
25 // ;;; mode:c++
26 // ;;; c-basic-offset:2
27 // ;;; End: