This commit is contained in:
parent
2395b7754e
commit
b477230e1c
1 changed files with 24 additions and 0 deletions
24
source/enemy/nshrkman.h
Normal file
24
source/enemy/nshrkman.h
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
/*=========================================================================
|
||||||
|
|
||||||
|
nshrkman.h
|
||||||
|
|
||||||
|
Author: CRB
|
||||||
|
Created:
|
||||||
|
Project: Spongebob
|
||||||
|
Purpose:
|
||||||
|
|
||||||
|
Copyright (c) 2000 Climax Development Ltd
|
||||||
|
|
||||||
|
===========================================================================*/
|
||||||
|
|
||||||
|
#ifndef __ENEMY_NSHRKMAN_H__
|
||||||
|
#define __ENEMY_NSHRKMAN_H__
|
||||||
|
|
||||||
|
class CNpcSharkManEnemy : public CNpcEnemy
|
||||||
|
{
|
||||||
|
protected:
|
||||||
|
virtual void processClose( int _frames );
|
||||||
|
virtual void processMovement( int _frames );
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
Loading…
Add table
Add a link
Reference in a new issue