Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10041 in orxonox.OLD for branches/ai/src/ai/ai_team_member.h


Ignore:
Timestamp:
Dec 11, 2006, 11:12:11 PM (17 years ago)
Author:
tfahrni
Message:

Tried to make some progress with the AI..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ai/src/ai/ai_team_member.h

    r10029 r10041  
    66#include "ai_module.h"
    77
     8
    89class AITeamMember : public WorldEntity{
    910 public:
     
    1213
    1314   void process();
    14    void addToTeam(int aiTeamNumber);
     15   void addToTeam(int);
     16   void addModule(AIModule*);
    1517 private:
    16    std::vector<AIModule>          modules;
     18   std::vector<AIModule*>          modules;
    1719};
    1820
Note: See TracChangeset for help on using the changeset viewer.