All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
eval/mobilityTable.h
Go to the documentation of this file.
1 /* mobilityTable.h
2  */
3 #ifndef EVAL_MOBILITYTABLE_H
4 #define EVAL_MOBILITYTABLE_H
5 #include "osl/misc/carray.h"
6 namespace osl
7 {
8  namespace eval
9  {
11  {
12  public:
13  static const CArray<int, 9> rookVertical;
14  static const CArray<int, 9> rookHorizontal;
15  static const CArray<int, 9> prookVertical;
16  static const CArray<int, 9> prookHorizontal;
17  static const CArray<int, 17> bishop;
18  static const CArray<int, 17> pbishop;
19  static const CArray<int, 9> lance;
20  };
21  }
22 }
23 #endif /* EVAL_MOBILITYTABLE_H */
24 // ;;; Local Variables:
25 // ;;; mode:c++
26 // ;;; c-basic-offset:2
27 // ;;; End: