Changeset 3176 for code/branches/pch/src/orxonox/objects/worldentities
- Timestamp:
- Jun 15, 2009, 10:48:17 AM (15 years ago)
- 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 373 373 this->isHumanShip_ = true; 374 374 } 375 376 377 ///////////////////378 // Pawn Listener //379 ///////////////////380 PawnListener::PawnListener()381 {382 RegisterRootObject(PawnListener);383 }384 375 } -
code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.h
r3089 r3176 147 147 { this->weaponSystem_ = weaponsystem; } 148 148 }; 149 150 class _OrxonoxExport PawnListener : virtual public OrxonoxClass151 {152 public:153 PawnListener();154 virtual ~PawnListener() {}155 156 virtual void destroyedPawn(Pawn* pawn) = 0;157 };158 149 } 159 150
Note: See TracChangeset
for help on using the changeset viewer.