This commit is contained in:
Charles 2001-04-20 14:06:47 +00:00
parent b477230e1c
commit 1ffd20380b

23
source/enemy/nsklfish.h Normal file
View 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