00001 #ifndef __BEHAVIOR_TOMMYLUX_HPP__ 00002 #define __BEHAVIOR_TOMMYLUX_HPP__ 00003 00004 #include "behavior.hpp" 00005 00006 using namespace std; 00007 00022 class B_TommyLux : public Behavior { 00023 public: 00027 B_TommyLux(); 00028 00045 AnimalParam action(Animal_ &anim, list<Animal_> &family, 00046 list<Animal_> &opponent, Obstacles &obs); 00047 }; 00048 00049 00050 00051 #endif