SBSPSS/source/enemy/nbblob.h
Charles 266df2cc84
2001-04-20 13:10:40 +00:00

23 lines
436 B
C++

/*=========================================================================
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