This commit is contained in:
parent
55f1fd19e8
commit
6764b6087d
21
source/enemy/noilblob.h
Normal file
21
source/enemy/noilblob.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user