This commit is contained in:
Charles 2001-04-21 16:48:05 +00:00
parent da79b4e0d6
commit 664e64804e

21
source/enemy/nangler.h Normal file
View file

@ -0,0 +1,21 @@
/*=========================================================================
nangler.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NANGLER_H__
#define __ENEMY_NANGLER_H__
class CNpcAnglerFish : public CNpcEnemy
{
};
#endif