source:
orxonox.OLD/trunk/src/ai/swarm_gorel.h
@
10772
Last change on this file since 10772 was 10376, checked in by patrick, 18 years ago | |
---|---|
File size: 327 bytes |
Rev | Line | |
---|---|---|
[10244] | 1 | |
2 | #ifndef _SWARM_GOREL_H | |
3 | #define _SWARM_GOREL_H | |
4 | ||
5 | #include "swarm_module.h" | |
6 | ||
7 | ||
8 | ||
9 | class SwarmGoRel : public SwarmModule{ | |
10 | public: | |
11 | SwarmGoRel(){} | |
12 | virtual ~SwarmGoRel(){} | |
13 | virtual void process(float dt); | |
14 | virtual void initialize(); | |
15 | ||
16 | private: | |
17 | float vMax; | |
18 | float aMax; | |
[10249] | 19 | float viewChangeMax; |
[10244] | 20 | }; |
21 | ||
22 | #endif /* _SWARM_GOREL_H */ |
Note: See TracBrowser
for help on using the repository browser.