00001 #ifndef TEAMBEHAVIOUR_H_ 00002 #define TEAMBEHAVIOUR_H_ 00003 00004 #include "WorldModel.h" 00005 00012 class TeamBehaviour 00013 { 00014 public: 00015 void nextStep(WorldModel *worldModel); 00016 }; 00017 00018 #endif /* TEAMBEHAVIOUR_H_ */