00001 #ifndef __BEHAVIOR_TOMMY_HPP__ 00002 #define __BEHAVIOR_TOMMY_HPP__ 00003 00004 #include "behavior.hpp" 00005 00006 using namespace std; 00007 00019 class B_Tommy : public Behavior { 00020 public: 00024 B_Tommy(); 00025 00039 AnimalParam action(Animal_ &anim, list<Animal_> &family, 00040 list<Animal_> &opponent, Obstacles &obs); 00041 }; 00042 00043 00044 00045 #endif