diff --git a/source/enemy/noilblob.h b/source/enemy/noilblob.h new file mode 100644 index 000000000..b4ea0c84c --- /dev/null +++ b/source/enemy/noilblob.h @@ -0,0 +1,21 @@ +/*========================================================================= + + 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