All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pvHistory.h
Go to the documentation of this file.
1 /* pvHistory.h
2  */
3 #ifndef _PVHISTORY_H
4 #define _PVHISTORY_H
5 
7 #include "osl/misc/carray.h"
8 
9 namespace osl
10 {
11  namespace game_playing
12  {
13  struct PVHistory : public CArray<MoveWithComment,8>
14  {
15  };
16  }
17 }
18 
19 #endif /* _PVHISTORY_H */
20 // ;;; Local Variables:
21 // ;;; mode:c++
22 // ;;; c-basic-offset:2
23 // ;;; End: