Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/ai/src/ai/shooting_module.h @ 10061

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

Makefiles removed

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