#pragma once #include "PassiveMonster.h" class cOcelot : public cPassiveMonster { typedef cPassiveMonster super; public: cOcelot(); CLASS_PROTODEF(cOcelot); } ;