22 lines
384 B
C
22 lines
384 B
C
|
/*=========================================================================
|
||
|
|
||
|
noilblob.h
|
||
|
|
||
|
Author: CRB
|
||
|
Created:
|
||
|
Project: Spongebob
|
||
|
Purpose:
|
||
|
|
||
|
Copyright (c) 2001 Climax Development Ltd
|
||
|
|
||
|
===========================================================================*/
|
||
|
|
||
|
#ifndef __ENEMY_NOILBLOB_H__
|
||
|
#define __ENEMY_NOILBLOB_H__
|
||
|
|
||
|
class CNpcOilBlobEnemy : public CNpcEnemy
|
||
|
{
|
||
|
};
|
||
|
|
||
|
#endif
|