SBSPSS/source/enemy/nghost.h

22 lines
376 B
C
Raw Normal View History

2001-04-21 18:53:10 +02:00
/*=========================================================================
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