SBSPSS/source/enemy/ngpirate.h
Charles f613848385
2001-04-20 20:22:16 +00:00

26 lines
509 B
C++

/*=========================================================================
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
{
public:
virtual void postInit();
protected:
virtual bool processSensor();
virtual void processClose( int _frames );
};
#endif