SBSPSS/source/enemy/nstrfish.h
Charles b5416185cf
2001-04-21 16:51:29 +00:00

22 lines
390 B
C++

/*=========================================================================
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