Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/ai/src/ai/ai_module.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: 179 bytes
Line 
1
2#ifndef _AI_MODULE_H
3#define _AI_MODULE_H
4
5
6class AIModule{
7 public:
8   AIModule();
9   ~AIModule();
10   void process();
11 private:
12   int difficulty;
13};
14
15#endif /* _AI_MODULE_H */
Note: See TracBrowser for help on using the repository browser.