22 lines
376 B
C
22 lines
376 B
C
|
/*=========================================================================
|
||
|
|
||
|
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
|