#pragma once #include "AggressiveMonster.h" class cSilverfish : public cAggressiveMonster { typedef cAggressiveMonster super; public: cSilverfish(void); CLASS_PROTODEF(cSilverfish); } ;