My Project
evalStagePair.h
Go to the documentation of this file.
1/* evalStagePair.h
2 */
3#ifndef OSL_EVALSTAGEPAIR_H
4#define OSL_EVALSTAGEPAIR_H
5
6#include "osl/eval/midgame.h"
7
8namespace osl
9{
10 namespace eval
11 {
12 namespace ml
13 {
16 }
17 }
18}
19
20#endif /* OSL_EVALSTAGEPAIR_H */
21// ;;; Local Variables:
22// ;;; mode:c++
23// ;;; c-basic-offset:2
24// ;;; End:
CArray< CArray< int, 2 >, EvalStages > PairEvalStage
CArray< CArray< int, EvalStages >, 2 > EvalStagePair
const int EvalStages
Definition midgame.h:12