This commit is contained in:
parent
863fcefd7c
commit
83082baba6
21
source/enemy/npbug.h
Normal file
21
source/enemy/npbug.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user