Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10244 in orxonox.OLD for branches/ai/src/ai/ai_team.h


Ignore:
Timestamp:
Jan 17, 2007, 12:43:30 AM (17 years ago)
Author:
tfahrni
Message:

tired

File:
1 edited

Legend:

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

    r10226 r10244  
    33#define _AI_TEAM_H
    44
    5 #include "ai_swarm.h"
     5#include "swarm_module.h"
    66
    77class AITeam{
     
    1717 private:
    1818        std::vector<WorldEntity*>* enemyList;
    19         std::map<int,AISwarm*> swarms;
     19        std::map<int,SwarmModule*> swarms;
     20        void changeSwarmModule(std::map<int,SwarmModule*>::iterator it,SwarmModule* newAI);
    2021};
    2122
Note: See TracChangeset for help on using the changeset viewer.