summaryrefslogblamecommitdiffstats
path: root/source/cGhast.h
blob: e65a45ba08ea119cd936b6f68610a2460b68c058 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                     
#pragma once

#include "cAggressiveMonster.h"

class cGhast : public cAggressiveMonster
{
public:
	cGhast();
	~cGhast();

	virtual bool IsA( const char* a_EntityType );

	virtual void KilledBy( cEntity* a_Killer );
};