Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2192 in orxonox.OLD for orxonox/branches/chris/src/player.h


Ignore:
Timestamp:
Jul 17, 2004, 7:40:40 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: it's now possible to add derivations of Track to the World; hit function declaration finalized; implemented splash damage function (World::explosion())

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/player.h

    r2141 r2192  
    2020        virtual void post_spawn ();
    2121  virtual void tick (float time);
    22   virtual void hit (WorldEntity* weapon, Vector loc);
     22  virtual void hit (Damage* dmg, WorldEntity* instigator, Uint32 hitflags);
    2323  virtual void destroy ();
    2424  virtual void collide (WorldEntity* other,  Uint32 ownhitflags, Uint32 otherhitflags);
Note: See TracChangeset for help on using the changeset viewer.