This commit is contained in:
parent
95f981fee1
commit
b5416185cf
1 changed files with 21 additions and 0 deletions
21
source/enemy/nstrfish.h
Normal file
21
source/enemy/nstrfish.h
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
/*=========================================================================
|
||||||
|
|
||||||
|
nstrfish.h
|
||||||
|
|
||||||
|
Author: CRB
|
||||||
|
Created:
|
||||||
|
Project: Spongebob
|
||||||
|
Purpose:
|
||||||
|
|
||||||
|
Copyright (c) 2001 Climax Development Ltd
|
||||||
|
|
||||||
|
===========================================================================*/
|
||||||
|
|
||||||
|
#ifndef __ENEMY_NSTRFISH_H__
|
||||||
|
#define __ENEMY_NSTRFISH_H__
|
||||||
|
|
||||||
|
class CNpcNinjaStarfishEnemy : public CNpcEnemy
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
Loading…
Add table
Reference in a new issue