All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
openingBookTracer.cc
Go to the documentation of this file.
1 /* openingBookTracer.cc
2  */
4 
7 {
8 }
9 
10 /* ------------------------------------------------------------------------- */
11 
14 {
15 }
16 
19 {
20 }
21 
24 {
25  return Move::INVALID();
26 }
27 
30 {
31  return true;
32 }
33 
36 {
37 }
38 
39 /* ------------------------------------------------------------------------- */
40 // ;;; Local Variables:
41 // ;;; mode:c++
42 // ;;; c-basic-offset:2
43 // ;;; End: