Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3578 in orxonox.OLD for orxonox/trunk/src/world_entities/player.h


Ignore:
Timestamp:
Mar 16, 2005, 5:53:20 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: working on projectile, functions and doxy, modified the hit(…) function from world_entity

File:
1 edited

Legend:

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

    r3544 r3578  
    2222  virtual void postSpawn();
    2323  virtual void tick(float time);
    24   virtual void hit(WorldEntity* weapon, Vector loc);
     24  virtual void hit(WorldEntity* weapon, Vector* loc);
    2525  virtual void collide(WorldEntity* other, Uint32 ownhitflags, Uint32 otherhitflags);
    2626  virtual void command(Command* cmd);
Note: See TracChangeset for help on using the changeset viewer.