Changeset 3578 in orxonox.OLD for orxonox/trunk/src/world_entities/world_entity.h
- Timestamp:
- Mar 16, 2005, 5:53:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/world_entity.h
r3566 r3578 34 34 virtual void postSpawn (); 35 35 virtual void tick (float time); 36 virtual void hit (WorldEntity* weapon, Vector loc);36 virtual void hit (WorldEntity* weapon, Vector* loc); 37 37 virtual void collide (WorldEntity* other, Uint32 ownhitflags, Uint32 otherhitflags); 38 38 virtual void command (Command* cmd);
Note: See TracChangeset
for help on using the changeset viewer.