Changeset 5029 in orxonox.OLD for orxonox/trunk/src/world_entities/npc.h
- Timestamp:
- Aug 15, 2005, 9:17:09 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/npc.h
r4984 r5029 16 16 void addAI(AI* ai); 17 17 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 21 22 22 23 private: 23 /* position of the non player space craft */ 24 24 25 ; 25 26
Note: See TracChangeset
for help on using the changeset viewer.