#include <src/orxonox/interfaces/PawnListener.h>
Public Member Functions | |
virtual void | destroyedPawn (Pawn *pawn)=0 |
PawnListener () | |
Constructor for the PawnListener. | |
virtual | ~PawnListener () |
orxonox::PawnListener::PawnListener | ( | ) |
virtual orxonox::PawnListener::~PawnListener | ( | ) | [inline, virtual] |
virtual void orxonox::PawnListener::destroyedPawn | ( | Pawn * | pawn | ) | [pure virtual] |
Implemented in orxonox::ArtificialController, orxonox::UnderAttack, and orxonox::Projectile.