Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/ai/src/ai/ai_engine.h @ 10029

Last change on this file since 10029 was 10029, checked in by tfahrni, 17 years ago

the files i forgot to add..

File size: 195 bytes
Line 
1
2#ifndef _AI_ENGINE_H
3#define _AI_ENGINE_H
4
5
6#include "ai_team.h"
7
8
9class AIEngine{
10 public:
11   AIEngine();
12   ~AIEngine();
13 private:
14   std::vector<AITeam*> teams;
15};
16
17#endif /* _AI_ENGINE_H */
Note: See TracBrowser for help on using the repository browser.