Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2009, 1:44:48 AM (16 years ago)
Author:
landauf
Message:

added bot-support for TeamBaseMatch (and some small fixes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.h

    r3084 r3086  
    147147    class _OrxonoxExport PawnListener : virtual public OrxonoxClass
    148148    {
    149         friend class Pawn;
    150 
    151149        public:
    152150            PawnListener();
    153151            virtual ~PawnListener() {}
    154152
    155         protected:
    156153            virtual void destroyedPawn(Pawn* pawn) = 0;
    157154    };
Note: See TracChangeset for help on using the changeset viewer.