This commit is contained in:
parent
465d8dc235
commit
266df2cc84
1 changed files with 23 additions and 0 deletions
23
source/enemy/nbblob.h
Normal file
23
source/enemy/nbblob.h
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
/*=========================================================================
|
||||||
|
|
||||||
|
nbblob.h
|
||||||
|
|
||||||
|
Author: CRB
|
||||||
|
Created:
|
||||||
|
Project: Spongebob
|
||||||
|
Purpose:
|
||||||
|
|
||||||
|
Copyright (c) 2001 Climax Development Ltd
|
||||||
|
|
||||||
|
===========================================================================*/
|
||||||
|
|
||||||
|
#ifndef __ENEMY_NBBLOB_H__
|
||||||
|
#define __ENEMY_NBBLOB_H__
|
||||||
|
|
||||||
|
class CNpcBallBlobEnemy : public CNpcEnemy
|
||||||
|
{
|
||||||
|
protected:
|
||||||
|
virtual void processMovement( int _frames );
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
Loading…
Add table
Add a link
Reference in a new issue