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