SBSPSS/source/enemy/nghost.h
Charles 55f1fd19e8
2001-04-21 16:53:10 +00:00

22 lines
376 B
C++

/*=========================================================================
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