kfendPredictor.h
Go to the documentation of this file.
00001 /* kfendPredictor.h
00002  */
00003 #ifndef _KFENDPREDICTOR_H
00004 #define _KFENDPREDICTOR_H
00005 
00006 #include "osl/state/numEffectState.h"
00007 #include "osl/effect_util/neighboring8Direct.h"
00008 
00009 namespace osl
00010 {
00011   namespace threatmate
00012   {
00013     class KfendPredictor
00014     {
00015     public:
00016       bool predict(const NumEffectState& state, const Move move);
00017     };
00018 
00019   } // namespace threatmate
00020 } // namespace osl
00021 
00022 #endif /* _KFENDPREDICTOR_H */
00023 // ;;; Local Variables:
00024 // ;;; mode:c++
00025 // ;;; c-basic-offset:2
00026 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines