SBSPSS/source/enemy/ngpirate.h

24 lines
474 B
C
Raw Normal View History

2001-04-20 15:19:37 +02:00
/*=========================================================================
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