Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2009, 10:48:17 AM (15 years ago)
Author:
rgrieder
Message:

Cleanup in collisionshapes and controllers.
(Moved PawnListener to a separate class)

Location:
code/branches/pch/src/orxonox/objects/worldentities/pawns
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.cc

    r3110 r3176  
    373373        this->isHumanShip_ = true;
    374374    }
    375 
    376 
    377     ///////////////////
    378     // Pawn Listener //
    379     ///////////////////
    380     PawnListener::PawnListener()
    381     {
    382         RegisterRootObject(PawnListener);
    383     }
    384375}
  • code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.h

    r3089 r3176  
    147147                { this->weaponSystem_ = weaponsystem; }
    148148    };
    149 
    150     class _OrxonoxExport PawnListener : virtual public OrxonoxClass
    151     {
    152         public:
    153             PawnListener();
    154             virtual ~PawnListener() {}
    155 
    156             virtual void destroyedPawn(Pawn* pawn) = 0;
    157     };
    158149}
    159150
Note: See TracChangeset for help on using the changeset viewer.