source:
orxonox.OLD/orxonox/trunk/src/ai/ai.h
@
5062
| Last change on this file since 5062 was 4976, checked in by bensch, 20 years ago | |
|---|---|
| File size: 103 bytes | |
| Rev | Line | |
|---|---|---|
| [1904] | 1 | |
| [3224] | 2 | #ifndef _AI_H |
| 3 | #define _AI_H | |
| [1904] | 4 | |
| 5 | ||
| 6 | class AI { | |
| 7 | ||
| 8 | public: | |
| 9 | AI (); | |
| [3544] | 10 | virtual ~AI (); |
| [1904] | 11 | |
| 12 | }; | |
| 13 | ||
| [3224] | 14 | #endif /* _AI_H */ |
Note: See TracBrowser
for help on using the repository browser.










