Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/world_entities/npcs/npc_test.h

Last change on this file was 10376, checked in by patrick, 17 years ago

merged branche ai to trunk

File size: 340 bytes
Line 
1
2#ifndef _NPC22_H
3#define _NPC2_H
4
5#include "npc.h"
6
7
8
9class AI;
10class Shader;
11class AIModule;
12
13class NPC2 : public NPC
14{
15  ObjectListDeclaration(NPC2);
16
17public:
18  NPC2 (const TiXmlElement* root);
19  virtual ~NPC2 ();
20  virtual void loadParams(const TiXmlElement* root);
21  virtual void tick(float dt);
22
23
24
25
26private:
27
28};
29
30#endif /* _NPC2_H */
Note: See TracBrowser for help on using the repository browser.