source:
orxonox.OLD/branches/ai/src/world_entities/npcs/npc_test.h
@
9993
Last change on this file since 9993 was 9947, checked in by tfahrni, 18 years ago | |
---|---|
File size: 324 bytes |
Line | |
---|---|
1 | |
2 | #ifndef _NPC22_H |
3 | #define _NPC2_H |
4 | |
5 | #include "npc.h" |
6 | |
7 | class AI; |
8 | class Shader; |
9 | |
10 | class NPC2 : public NPC { |
11 | ObjectListDeclaration(NPC2); |
12 | |
13 | public: |
14 | NPC2 (const TiXmlElement* root); |
15 | virtual ~NPC2 (); |
16 | |
17 | virtual void loadParams(const TiXmlElement* root); |
18 | |
19 | |
20 | virtual void tick(float dt); |
21 | |
22 | private: |
23 | |
24 | }; |
25 | |
26 | #endif /* _NPC2_H */ |
Note: See TracBrowser
for help on using the repository browser.