This commit is contained in:
parent
e856a96185
commit
eddad29b71
21
source/enemy/nshell.h
Normal file
21
source/enemy/nshell.h
Normal 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
|
Loading…
Reference in New Issue
Block a user