Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 22, 2005, 12:08:51 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: factory optimisations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/projectile.h

    r4927 r4932  
    2525
    2626class Vector;
    27 class Weapon;
    2827class ParticleEmitter;
    2928
     
    3130{
    3231  public:
    33     Projectile (Weapon* weapon);
     32    Projectile ();
    3433    virtual ~Projectile ();
    3534
     
    5756
    5857    Vector                flightDirection;           //!< direction in which the shoot flighs
    59     Weapon*               weapon;                    //!< weapon the shoot belongs to.
    6058
    6159    Vector                velocity;                  //!< velocity of the projectile.
Note: See TracChangeset for help on using the changeset viewer.