This commit is contained in:
parent
266df2cc84
commit
9a36e15213
1 changed files with 24 additions and 0 deletions
24
source/enemy/ngpirate.h
Normal file
24
source/enemy/ngpirate.h
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue