This commit is contained in:
parent
0327bca974
commit
c883f77f1c
1 changed files with 25 additions and 0 deletions
25
source/enemy/nocto.h
Normal file
25
source/enemy/nocto.h
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue