This commit is contained in:
Charles 2001-04-21 16:51:29 +00:00
parent 95f981fee1
commit b5416185cf

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

@ -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