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