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 
8 namespace 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:
eval
osl::eval::ml::EvalStagePair
CArray< CArray< int, EvalStages >, 2 > EvalStagePair
Definition: evalStagePair.h:14
midgame.h
osl::CArray
Definition: container.h:20
osl::eval::ml::PairEvalStage
CArray< CArray< int, 2 >, EvalStages > PairEvalStage
Definition: evalStagePair.h:15
osl
Definition: additionalEffect.h:6
osl::EvalStages
const int EvalStages
Definition: midgame.h:12