source:
code/branches/FICN/src/orxonox/objects/NPC.h
@
609
| Last change on this file since 609 was 603, checked in by bknecht, 18 years ago | |
|---|---|
| File size: 286 bytes | |
| Line | |
|---|---|
| 1 | /** |
| 2 | @file NPC.h |
| 3 | @brief AI using WorldEntity |
| 4 | @author Benjamin Knecht <beni_at_orxonox.net> |
| 5 | */ |
| 6 | |
| 7 | #ifndef MODULE_NPC_H |
| 8 | #define MODULE_NPC_H |
| 9 | |
| 10 | // includes |
| 11 | #include "WorldEntity.h" |
| 12 | |
| 13 | namespace orxonox { |
| 14 | |
| 15 | class NPC : public WorldEntity |
| 16 | { |
| 17 | NPC(); |
| 18 | virtual ~NPC(); |
| 19 | }; |
| 20 | |
| 21 | } |
| 22 | #endif |
Note: See TracBrowser
for help on using the repository browser.










