All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
richPredictor.h
Go to the documentation of this file.
1 /* richPredictor.h
2  */
3 #ifndef _RICHPREDICTOR_H
4 #define _RICHPREDICTOR_H
5 
9 #include "osl/pieceStand.h"
10 
11 namespace osl
12 {
13  namespace threatmate
14  {
16  {
17  public:
18  double predict(const NumEffectState& state, const Move move);
19  };
20 
21  } // namespace threatmate
22 } // namespace osl
23 
24 #endif /* _RICHPREDICTOR_H */
25 // ;;; Local Variables:
26 // ;;; mode:c++
27 // ;;; c-basic-offset:2
28 // ;;; End: