diff --git a/source/enemy/nocto.h b/source/enemy/nocto.h new file mode 100644 index 000000000..6203e5a2e --- /dev/null +++ b/source/enemy/nocto.h @@ -0,0 +1,25 @@ +/*========================================================================= + + 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 \ No newline at end of file