searchTable.h
Go to the documentation of this file.
00001 /* searchTable.h
00002  */
00003 #ifndef SEARCH_SEARCHTABLE_H
00004 #define SEARCH_SEARCHTABLE_H
00005 
00006 namespace osl
00007 {
00008   namespace search
00009   {
00010     struct SearchTable
00011     {
00013       static const int CheckmateSpecialDepth = 10000;
00015       static const int HistorySpecialDepth =  9998;
00016     };
00017 
00018   } // namespace search
00019 } // namespace osl
00020 
00021 #endif /* SEARCH_SEARCHTABLE_H */
00022 // ;;; Local Variables:
00023 // ;;; mode:c++
00024 // ;;; c-basic-offset:2
00025 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines