SBSPSS/source/enemy/ngpirate.h

26 lines
491 B
C
Raw Permalink 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
{
2001-04-20 22:22:16 +02:00
public:
2001-07-04 00:17:20 +02:00
void postInit();
2001-04-20 15:19:37 +02:00
protected:
2001-07-04 16:26:36 +02:00
bool processSensor();
void processClose( int _frames );
2001-04-20 15:19:37 +02:00
};
#endif