summaryrefslogtreecommitdiffstats
path: root/source/cWolf.h
blob: 174968cdb2909adac3e305ee4b90f002c031f393 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "cPassiveAggressiveMonster.h"

class cWolf : public cPassiveAggressiveMonster
{
public:
	cWolf();
	~cWolf();

	virtual bool IsA( const char* a_EntityType );
};