Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/ai/src/world_entities/npcs/npc_test.h @ 10045

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