Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2008, 2:18:34 PM (15 years ago)
Author:
rgrieder
Message:

Renamed MovableEntity to MobileEntity and LinearEntity to MovableEntity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/orxonox/objects/weaponSystem/projectiles/Projectile.h

    r2099 r2408  
    3232#include "OrxonoxPrereqs.h"
    3333
    34 #include "objects/worldentities/MovableEntity.h"
     34#include "objects/worldentities/MobileEntity.h"
    3535#include "tools/Timer.h"
    3636
    3737namespace orxonox
    3838{
    39     class _OrxonoxExport Projectile : public MovableEntity
     39    class _OrxonoxExport Projectile : public MobileEntity
    4040    {
    4141        public:
Note: See TracChangeset for help on using the changeset viewer.