This commit is contained in:
Charles 2001-04-27 20:41:21 +00:00
parent e856a96185
commit eddad29b71

21
source/enemy/nshell.h Normal file
View File

@ -0,0 +1,21 @@
/*=========================================================================
nshell.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NSHELL_H__
#define __ENEMY_NSHELL_H__
class CNpcShellEnemy : public CNpcEnemy
{
};
#endif