Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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/world_entity.h

    r3566 r3578  
    3434  virtual void postSpawn ();
    3535  virtual void tick (float time);
    36   virtual void hit (WorldEntity* weapon, Vector loc);
     36  virtual void hit (WorldEntity* weapon, Vector* loc);
    3737  virtual void collide (WorldEntity* other,  Uint32 ownhitflags, Uint32 otherhitflags);
    3838  virtual void command (Command* cmd);
Note: See TracChangeset for help on using the changeset viewer.