00001 /* pvHistory.h 00002 */ 00003 #ifndef _PVHISTORY_H 00004 #define _PVHISTORY_H 00005 00006 #include "osl/search/moveWithComment.h" 00007 #include "osl/misc/carray.h" 00008 00009 namespace osl 00010 { 00011 namespace game_playing 00012 { 00013 struct PVHistory : public CArray<MoveWithComment,8> 00014 { 00015 }; 00016 } 00017 } 00018 00019 #endif /* _PVHISTORY_H */ 00020 // ;;; Local Variables: 00021 // ;;; mode:c++ 00022 // ;;; c-basic-offset:2 00023 // ;;; End: