- Timestamp:
- May 27, 2009, 1:44:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.h
r3084 r3086 147 147 class _OrxonoxExport PawnListener : virtual public OrxonoxClass 148 148 { 149 friend class Pawn;150 151 149 public: 152 150 PawnListener(); 153 151 virtual ~PawnListener() {} 154 152 155 protected:156 153 virtual void destroyedPawn(Pawn* pawn) = 0; 157 154 };
Note: See TracChangeset
for help on using the changeset viewer.