This commit is contained in:
parent
b5416185cf
commit
55f1fd19e8
21
source/enemy/nghost.h
Normal file
21
source/enemy/nghost.h
Normal 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
|
Loading…
Reference in New Issue
Block a user