Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2005, 5:42:02 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: debug-information for ResourceManager

File:
1 edited

Legend:

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

    r3646 r3676  
    99#include "world_entity.h"
    1010
    11 class Primitive;
    1211class Vector;
    1312
     
    3231 private:
    3332  //physical attriutes like: force, speed, acceleration etc.
    34   Primitive* projectileModel;          //!< this serves temporary as a plasma bullet
    3533  float speed;                         //!< this is the speed of the projectile
    3634  float currentLifeTime;               //!< this is the time, the projectile exists in this world (incremented by tick)
Note: See TracChangeset for help on using the changeset viewer.