From 55f1fd19e8e169f289d0cc49378efdb1f0506eaa Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 21 Apr 2001 16:53:10 +0000 Subject: [PATCH] --- source/enemy/nghost.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 source/enemy/nghost.h diff --git a/source/enemy/nghost.h b/source/enemy/nghost.h new file mode 100644 index 000000000..2fed9b07d --- /dev/null +++ b/source/enemy/nghost.h @@ -0,0 +1,21 @@ +/*========================================================================= + + nghost.h + + Author: CRB + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2001 Climax Development Ltd + +===========================================================================*/ + +#ifndef __ENEMY_NGHOST_H__ +#define __ENEMY_NGHOST_H__ + +class CNpcGhostEnemy : public CNpcEnemy +{ +}; + +#endif