SBSPSS/source/enemy/nocto.h
Charles c883f77f1c
2001-04-20 12:47:50 +00:00

25 lines
571 B
C++

/*=========================================================================
nocto.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2000 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NOCTO_H__
#define __ENEMY_NOCTO_H__
class CNpcBabyOctopusEnemy : public CNpcEnemy
{
protected:
virtual bool processSensor();
virtual void processClose( int _frames );
virtual void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
};
#endif