diff --git a/source/enemy/nstrfish.h b/source/enemy/nstrfish.h new file mode 100644 index 000000000..0decfda3d --- /dev/null +++ b/source/enemy/nstrfish.h @@ -0,0 +1,21 @@ +/*========================================================================= + + nstrfish.h + + Author: CRB + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2001 Climax Development Ltd + +===========================================================================*/ + +#ifndef __ENEMY_NSTRFISH_H__ +#define __ENEMY_NSTRFISH_H__ + +class CNpcNinjaStarfishEnemy : public CNpcEnemy +{ +}; + +#endif