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