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