22 lines
379 B
C
22 lines
379 B
C
|
/*=========================================================================
|
||
|
|
||
|
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
|