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
RevLine 
[1853]1
[5266]2#ifndef _NPC22_H
3#define _NPC2_H
[1853]4
[6004]5#include "npc.h"
[1853]6
[2036]7class AI;
[5266]8class Shader;
[1904]9
[6004]10class NPC2 : public NPC {
[9869]11  ObjectListDeclaration(NPC2);
[1853]12
13 public:
[9235]14  NPC2 (const TiXmlElement* root);
[6981]15  virtual ~NPC2 ();
[9235]16  virtual void loadParams(const TiXmlElement* root);
[5029]17  virtual void tick(float dt);
[1858]18
19 private:
[9947]20
[1853]21};
22
[5266]23#endif /* _NPC2_H */
Note: See TracBrowser for help on using the repository browser.