This commit is contained in:
parent
84c4bb2b18
commit
3817dd980f
2 changed files with 147 additions and 0 deletions
25
source/enemy/ndustdev.h
Normal file
25
source/enemy/ndustdev.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue