00001 /* pieceCost.h 00002 */ 00003 #ifndef _PIECECOST_H 00004 #define _PIECECOST_H 00005 00006 #include "osl/ptype.h" 00007 #include "osl/misc/carray.h" 00008 namespace osl 00009 { 00010 namespace checkmate 00011 { 00012 00016 struct PieceCost 00017 { 00018 static const CArray<signed char, PTYPE_SIZE> attack_sacrifice_cost; 00019 }; 00020 } // namespace checkmate 00021 } // namespace osl 00022 00023 #endif /* _PIECECOST_H */ 00024 // ;;; Local Variables: 00025 // ;;; mode:c++ 00026 // ;;; c-basic-offset:2 00027 // ;;; End: