This commit is contained in:
Charles 2001-04-21 16:53:10 +00:00
parent b5416185cf
commit 55f1fd19e8

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

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