Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6282 in orxonox.OLD for trunk/src/world_entities/extendable.h


Ignore:
Timestamp:
Dec 25, 2005, 4:21:48 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the PowerUps back here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/extendable.h

    r6113 r6282  
    1717class Extendable : virtual public BaseObject {
    1818
    19  public:
    20 //   Extendable();
    21 //   virtual ~Extendable();
     19  public:
     20   //   virtual ~Extendable();
    2221   virtual bool pickup(PowerUp* powerUp) { return false; };
    2322
    24  private:
     23  protected:
     24    Extendable() { this->setClassID(CL_EXTENDABLE, "Extendable"); };
     25
     26  private:
    2527
    2628};
Note: See TracChangeset for help on using the changeset viewer.