diff --git a/source/enemy/npbug.h b/source/enemy/npbug.h new file mode 100644 index 000000000..2f046c038 --- /dev/null +++ b/source/enemy/npbug.h @@ -0,0 +1,21 @@ +/*========================================================================= + + npbug.h + + Author: CRB + Created: + Project: Spongebob + Purpose: + + Copyright (c) 2001 Climax Development Ltd + +===========================================================================*/ + +#ifndef __ENEMY_NPBUG_H__ +#define __ENEMY_NPBUG_H__ + +class CNpcPricklyBugEnemy : public CNpcEnemy +{ +}; + +#endif