Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 20, 2005, 11:37:26 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now there is a real speedup in compiling time when dependencies are modified: just realy only includes, what is needed. Byside the speedup, there is more overview! never add an orxonox class to stdincl.h if it doesn't have to be

File:
1 edited

Legend:

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

    r3585 r3608  
    1212class OBJModel;
    1313class Weapon;
     14class Vector;
    1415
    1516//! Basic controllable WorldEntity
     
    4849  Weapon* activeWeapon;  //!< the weapon that is currenty activated
    4950
    50   Vector velocity;       //!< the velocity of the player.
     51  Vector* velocity;       //!< the velocity of the player.
    5152  float travelSpeed;     //!< the current speed of the player (to make soft movement)
    5253  float acceleration;    //!< the acceleration of the player.
Note: See TracChangeset for help on using the changeset viewer.