Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/ai/src/ai/movement_module.h @ 10040

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

the files i forgot to add..

File size: 253 bytes
Line 
1
2#ifndef _MOVEMENT_MODULE_H
3#define _MOVEMENT_MODULE_H
4
5#include "ai_module.h"
6
7class MovementModule : public AIModule{
8 public:
9   MovementModule();
10   virtual ~MovementModule();
11   virtual void process();
12 private:
13};
14
15#endif /* _MOVEMENT_MODULE_H */
Note: See TracBrowser for help on using the repository browser.