diff --git a/source/enemy/ngpirate.h b/source/enemy/ngpirate.h new file mode 100644 index 000000000..2da54b1b8 --- /dev/null +++ b/source/enemy/ngpirate.h @@ -0,0 +1,24 @@ +/*========================================================================= + + ngpirate.h + + Author: CRB + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2000 Climax Development Ltd + +===========================================================================*/ + +#ifndef __ENEMY_NGPIRATE_H__ +#define __ENEMY_NGPIRATE_H__ + +class CNpcGhostPirateEnemy : public CNpcEnemy +{ +protected: + virtual bool processSensor(); + virtual void processClose( int _frames ); +}; + +#endif \ No newline at end of file