source:
orxonox.OLD/branches/cleanup/src/ai/swarm_wait.h
@
  10582
        
        | Last change on this file since 10582 was 10376, checked in by patrick, 19 years ago | |
|---|---|
| File size: 227 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | #ifndef _SWARM_WAIT_H | 
| 3 | #define _SWARM_WAIT_H | 
| 4 | |
| 5 | #include "swarm_module.h" | 
| 6 | |
| 7 | |
| 8 | class SwarmWait : public SwarmModule{ | 
| 9 | public: | 
| 10 | SwarmWait(){} | 
| 11 | virtual ~SwarmWait(){} | 
| 12 | virtual void process(float dt); | 
| 13 | }; | 
| 14 | |
| 15 | #endif /* _SWARM_WAIT_H */ | 
Note: See TracBrowser
        for help on using the repository browser.
    


 
            







