This commit is contained in:
parent
265bb99546
commit
cb014a96f2
20 changed files with 513 additions and 379 deletions
25
source/enemy/neyeball.h
Normal file
25
source/enemy/neyeball.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
/*=========================================================================
|
||||
|
||||
neyeball.h
|
||||
|
||||
Author: CRB
|
||||
Created:
|
||||
Project: Spongebob
|
||||
Purpose:
|
||||
|
||||
Copyright (c) 2000 Climax Development Ltd
|
||||
|
||||
===========================================================================*/
|
||||
|
||||
#ifndef __ENEMY_NEYEBALL_H__
|
||||
#define __ENEMY_NEYEBALL_H__
|
||||
|
||||
class CNpcEyeballEnemy : public CNpcEnemy
|
||||
{
|
||||
virtual void postInit();
|
||||
protected:
|
||||
virtual bool processSensor();
|
||||
virtual void processClose( int _frames );
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue