Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5029 in orxonox.OLD for orxonox/trunk/src/world_entities/npc.h


Ignore:
Timestamp:
Aug 15, 2005, 9:17:09 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: some changes in the NPC interface class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/npc.h

    r4984 r5029  
    1616  void addAI(AI* ai);
    1717
    18   void tick(float dt);
    19   int hit();
    20   void die();
     18  virtual void tick(float dt);
     19
     20  virtual void collidesWith (WorldEntity* entity, const Vector& location);
     21
    2122
    2223 private:
    23   /* position of the non player space craft */
     24
    2425;
    2526
Note: See TracChangeset for help on using the changeset viewer.