SBSPSS/source/enemy/nstrfish.h

22 lines
390 B
C
Raw Normal View History

2001-04-21 18:51:29 +02:00
/*=========================================================================
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