30 typedef enum _ENUM_QiZi {
39 BShuai = 0x8 | RShuai,
41 BXiang = 0x08 | RXiang,
49 static bool IsRedQiZi(ENUM_QiZi qz);
50 static bool IsBlackQiZi(ENUM_QiZi qz);
52 static bool IsExistQiZi(ENUM_QiZi qz);
53 static bool IsNoQiZi(ENUM_QiZi qz);
55 static bool IsSameSide(ENUM_QiZi me, ENUM_QiZi other);
56 static bool IsOtherSide(ENUM_QiZi me, ENUM_QiZi other);
58 static bool IsOtherSideMa(ENUM_QiZi me, ENUM_QiZi otherMa);
59 static bool IsShuai(ENUM_QiZi qz);
60 static bool IsShi(ENUM_QiZi qz);