This commit is contained in:
Charles 2001-04-24 14:31:13 +00:00
parent 84c4bb2b18
commit 3817dd980f
2 changed files with 147 additions and 0 deletions

25
source/enemy/ndustdev.h Normal file
View file

@ -0,0 +1,25 @@
/*=========================================================================
ndustdev.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2000 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NDUSTDEV_H__
#define __ENEMY_NDUSTDEV_H__
class CNpcDustDevilEnemy : public CNpcEnemy
{
public:
virtual void postInit();
protected:
virtual void processMovement( int _frames );
};
#endif