SBSPSS/source/enemy/nghost.h

24 lines
403 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
{
2001-07-05 18:36:51 +02:00
public:
void render();
2001-04-21 18:53:10 +02:00
};
#endif