source:
orxonox.OLD/trunk/src/ai/shooting_module.h
@
10626
Last change on this file since 10626 was 10376, checked in by patrick, 18 years ago | |
---|---|
File size: 253 bytes |
Rev | Line | |
---|---|---|
[10029] | 1 | |
2 | #ifndef _SHOOTING_MODULE_H | |
3 | #define _SHOOTING_MODULE_H | |
4 | ||
5 | #include "ai_module.h" | |
6 | ||
7 | class ShootingModule : public AIModule{ | |
8 | public: | |
9 | ShootingModule(); | |
[10062] | 10 | virtual ~ShootingModule(); |
11 | virtual void process(); | |
[10029] | 12 | private: |
13 | }; | |
14 | ||
15 | #endif /* _SHOOTING_MODULE_H */ |
Note: See TracBrowser
for help on using the repository browser.