summaryrefslogblamecommitdiffstats
path: root/source/cCow.h
blob: 83d67e1adfe09551d2fa1ec59098a706f8c68c56 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

            
                            
 
                                   






                                                     
                                                   
  
#pragma once

#include "cPassiveMonster.h"

class cCow : public cPassiveMonster
{
public:
	cCow();
	~cCow();

	virtual bool IsA( const char* a_EntityType );

	virtual void KilledBy( cEntity* a_Killer );
};